From 2a86cdb0d843f2c1a3a3d0202b259ed9774ecf76 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Sat, 11 Oct 2025 12:40:07 -0300 Subject: [PATCH] Op ntp server --- README.md | 1 + data/igate_conf.json | 1 + data_embed/index.html | 15 +++++++++++++++ data_embed/script.js | 1 + include/configuration.h | 1 + src/LoRa_APRS_iGate.cpp | 4 ++-- src/configuration.cpp | 10 +++++++--- src/ntp_utils.cpp | 2 +- src/web_utils.cpp | 1 + 9 files changed, 30 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b7b094..3e49d24 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ ____________________________________________________ # Timeline (Versions): +- 2025-10-11 User defined NTP server added. - 2025-10-10 Changed Wiki into a pdf manual. - 2025-09-26 Heltec Wireless Bridge support added. - 2025-09-09 MQTT added (pub+sub), Status defined by Op now and many fixes more. diff --git a/data/igate_conf.json b/data/igate_conf.json index c480adc..362b20a 100644 --- a/data/igate_conf.json +++ b/data/igate_conf.json @@ -101,6 +101,7 @@ "rfOnly": true }, "ntp": { + "server": "pool.ntp.org", "gmtCorrection": 0.0 }, "other": { diff --git a/data_embed/index.html b/data_embed/index.html index 0cd32a8..0f389fa 100644 --- a/data_embed/index.html +++ b/data_embed/index.html @@ -1990,6 +1990,21 @@
+
+ +
+ +
+