mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 01:04:01 +00:00
changed Interval of runOnce
This commit is contained in:
parent
825ec65373
commit
1fe2410ca7
@ -172,7 +172,7 @@ int32_t FishEyeStateRoutingModule::runOnce(){
|
||||
++it;
|
||||
|
||||
}
|
||||
return min;
|
||||
return min + 1;
|
||||
}
|
||||
|
||||
bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){
|
||||
|
Loading…
Reference in New Issue
Block a user