mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-20 16:56:17 +00:00
changed Interval of runOnce
This commit is contained in:
parent
825ec65373
commit
1fe2410ca7
@ -55,7 +55,7 @@ bool FishEyeStateRoutingModule::addNeighborInfo(meshtastic_NeighborInfo Ninfo){
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}else{ //Node not in LSPDB
|
||||
LSPDBEntry entry; //new entry
|
||||
NinfoToLSPDBEntry(&Ninfo,&entry);
|
||||
@ -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