mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 10:09:11 +03:00
init settings
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
class NTPSettings {
|
||||
public:
|
||||
bool enabled;
|
||||
bool enabled = FACTORY_NTP_ENABLED;
|
||||
String tzLabel;
|
||||
String tzFormat;
|
||||
String server;
|
||||
|
||||
Reference in New Issue
Block a user