mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 19:19:18 +00:00
trunk
This commit is contained in:
parent
4a60761af5
commit
3bd2e40855
@ -174,7 +174,7 @@ float FloodingRouter::calculateForwardProbability(const CoverageFilter &incoming
|
||||
}
|
||||
|
||||
// If we haven't heard from any other nodes directly within the stale coverage time, fall back to always forward
|
||||
if (nodeDB->secondsSinceLastDirectNeighborHeard() >= STALE_COVERAGE_SECONDS){
|
||||
if (nodeDB->secondsSinceLastDirectNeighborHeard() >= STALE_COVERAGE_SECONDS) {
|
||||
return UNKNOWN_COVERAGE_FORWARD_PROB;
|
||||
}
|
||||
|
||||
|
@ -35,5 +35,5 @@
|
||||
// "USERPREFS_USE_ADMIN_KEY_2": "{}",
|
||||
// "USERPREFS_NODEINFO_BROADCAST_CHANNEL_HASH": "8",
|
||||
// "USERPREFS_USE_COVERAGE_FILTER": "",
|
||||
"USERPREFS_TZ_STRING": "tzplaceholder "
|
||||
"USERPREFS_TZ_STRING": "tzplaceholder ",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user