mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 11:39:32 +00:00
updated config values to match optimal testing outcome
This commit is contained in:
parent
533ca5eec0
commit
a4d76b2f94
@ -53,9 +53,9 @@ enum RxSource {
|
|||||||
#define NUM_HASH_FUNCTIONS 2
|
#define NUM_HASH_FUNCTIONS 2
|
||||||
|
|
||||||
// Base forwarding probability - never drop below this value
|
// Base forwarding probability - never drop below this value
|
||||||
// 0.2 seems suitable because the worst case False Positive Rate of the
|
// 0.2 could be suitable because the worst case False Positive Rate of the
|
||||||
// coverage filter is 37%. That's if its fully saturated with 60 unique nodes.
|
// coverage filter is 37%. That's if its saturated with 60 unique nodes.
|
||||||
#define BASE_FORWARD_PROB 0.2f
|
#define BASE_FORWARD_PROB 0.0f
|
||||||
|
|
||||||
// Coverage scaling factor
|
// Coverage scaling factor
|
||||||
#define COVERAGE_SCALE_FACTOR 4.0f
|
#define COVERAGE_SCALE_FACTOR 4.0f
|
||||||
|
@ -35,5 +35,5 @@
|
|||||||
// "USERPREFS_USE_ADMIN_KEY_1": "{}",
|
// "USERPREFS_USE_ADMIN_KEY_1": "{}",
|
||||||
// "USERPREFS_USE_ADMIN_KEY_2": "{}",
|
// "USERPREFS_USE_ADMIN_KEY_2": "{}",
|
||||||
// "USERPREFS_NODEINFO_BROADCAST_CHANNEL_HASH": "8",
|
// "USERPREFS_NODEINFO_BROADCAST_CHANNEL_HASH": "8",
|
||||||
"USERPREFS_USE_COVERAGE_FILTER": "true",
|
"USERPREFS_USE_COVERAGE_FILTER": "true"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user