mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-21 09:13:42 +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;
|
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){
|
||||||
|
Loading…
Reference in New Issue
Block a user