mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-20 16:56:17 +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){
|
if (min != UINT32_MAX){
|
||||||
return ((int32_t) (((int64_t) min) - ((int64_t) getTime()))) * 1000; // We need seconds here
|
return ((int32_t) (((int64_t) min) - ((int64_t) getTime()))) * 1000; // We need seconds here
|
||||||
}
|
}
|
||||||
return{300000};
|
return{300000};
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){
|
bool FishEyeStateRoutingModule::setOwnNeighborhood(meshtastic_NeighborInfo Ninfo){
|
||||||
|
Loading…
Reference in New Issue
Block a user