Change default value of ntp.sync.rtc.set to false

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2024-10-18 20:25:16 +02:00
parent 908d207bda
commit 015bf0f8a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -878,7 +878,7 @@ static void initConfig(struct config *conf)
conf->ntp.sync.rtc.set.k = "ntp.sync.rtc.set";
conf->ntp.sync.rtc.set.h = "Should FTL update a real-time clock (RTC) if available?";
conf->ntp.sync.rtc.set.t = CONF_BOOL;
conf->ntp.sync.rtc.set.d.b = true;
conf->ntp.sync.rtc.set.d.b = false;
conf->ntp.sync.rtc.set.c = validate_stub; // Only type-based checking
conf->ntp.sync.rtc.device.k = "ntp.sync.rtc.device";
+1 -1
View File
@@ -518,7 +518,7 @@
[ntp.sync.rtc]
# Should FTL update a real-time clock (RTC) if available?
set = true
set = false
# Path to the RTC device to update. Leave empty for auto-discovery
#