initial Commit on new Branch

This commit is contained in:
J.Schröder 2025-03-17 23:20:36 +01:00 committed by Thomas Göttgens
parent 6471a1ceb2
commit 433b859fee

View File

@ -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){