mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-19 16:29:31 +00:00
initial Commit on new Branch
This commit is contained in:
parent
6471a1ceb2
commit
433b859fee
@ -175,7 +175,7 @@ int32_t FishEyeStateRoutingModule::runOnce(){
|
||||
if (min != UINT32_MAX){
|
||||
return ((int32_t) (((int64_t) min) - ((int64_t) getTime()))) * 1000; // We need seconds here
|
||||
}
|
||||
return{300000};
|
||||
return{300000};
|
||||
}
|
||||
|
||||
bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){
|
||||
|
Loading…
Reference in New Issue
Block a user