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

@ -55,7 +55,7 @@ bool FishEyeStateRoutingModule::addNeighborInfo(meshtastic_NeighborInfo Ninfo){
return 1; return 1;
} }
} }
}else{ //Node not in LSPDB }else{ //Node not in LSPDB
LSPDBEntry entry; //new entry LSPDBEntry entry; //new entry
NinfoToLSPDBEntry(&Ninfo,&entry); NinfoToLSPDBEntry(&Ninfo,&entry);
@ -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){