From f387e03b53fb954386640062794dd245c8193223 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Tue, 8 Oct 2024 01:03:58 -0300 Subject: [PATCH] testing LowPowerDigi --- data/igate_conf.json | 4 ++-- data_embed/index.html | 30 +++++++++++++++--------------- data_embed/script.js | 2 +- src/LoRa_APRS_iGate.cpp | 3 ++- src/aprs_is_utils.cpp | 2 +- src/configuration.cpp | 8 ++++---- src/configuration.h | 2 +- src/digi_utils.cpp | 8 ++++++++ src/digi_utils.h | 1 + src/lora_utils.cpp | 6 +++--- src/tnc_utils.cpp | 4 ++-- src/utils.cpp | 2 +- src/web_utils.cpp | 6 +++--- src/wifi_utils.cpp | 6 ++---- 14 files changed, 46 insertions(+), 38 deletions(-) diff --git a/data/igate_conf.json b/data/igate_conf.json index 6756636..ba5dd8c 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -2,7 +2,6 @@ "callsign": "NOCALL-10", "wifi": { "autoAP": { - "active": true, "password": "1234567890", "timeout": 10 }, @@ -29,7 +28,8 @@ "objectsToRF": false }, "digi": { - "mode": 0 + "mode": 0, + "ecoMode": false }, "lora": { "txFreq": 433775000, diff --git a/data_embed/index.html b/data_embed/index.html index 8f07079..463a57c 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -585,6 +585,21 @@ +
+
+ + +
+
@@ -1465,21 +1480,6 @@
-
- - -
-
-