From 433b859feea0c1bece11e8e2be2f25e4726033e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2ESchr=C3=B6der?= Date: Mon, 17 Mar 2025 23:20:36 +0100 Subject: [PATCH] initial Commit on new Branch --- src/modules/FishEyeStateRoutingModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/FishEyeStateRoutingModule.cpp b/src/modules/FishEyeStateRoutingModule.cpp index 1c187773e..e020e998f 100644 --- a/src/modules/FishEyeStateRoutingModule.cpp +++ b/src/modules/FishEyeStateRoutingModule.cpp @@ -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){