init settings

This commit is contained in:
proddy
2026-01-03 14:13:54 +01:00
parent 41bf293db3
commit 425b44e334
4 changed files with 35 additions and 34 deletions

View File

@@ -30,7 +30,7 @@
class NTPSettings {
public:
bool enabled;
bool enabled = FACTORY_NTP_ENABLED;
String tzLabel;
String tzFormat;
String server;