changed Interval of runOnce

This commit is contained in:
J.Schröder 2025-03-05 14:37:25 +01:00 committed by Thomas Göttgens
parent 825ec65373
commit 1fe2410ca7

View File

@ -172,7 +172,7 @@ int32_t FishEyeStateRoutingModule::runOnce(){
++it; ++it;
} }
return min; return min + 1;
} }
bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){ bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){