mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add ntp for completeness and testing
This commit is contained in:
@@ -55,6 +55,7 @@ class DummySettings {
|
|||||||
uint16_t publish_time_other = 10;
|
uint16_t publish_time_other = 10;
|
||||||
uint16_t publish_time_sensor = 10;
|
uint16_t publish_time_sensor = 10;
|
||||||
uint16_t publish_time_heartbeat = 60;
|
uint16_t publish_time_heartbeat = 60;
|
||||||
|
uint32_t publish_time_water = 0;
|
||||||
|
|
||||||
String hostname = "ems-esp";
|
String hostname = "ems-esp";
|
||||||
String jwtSecret = "ems-esp";
|
String jwtSecret = "ems-esp";
|
||||||
@@ -72,8 +73,12 @@ class DummySettings {
|
|||||||
String CORSOrigin = "*";
|
String CORSOrigin = "*";
|
||||||
uint8_t tx_power = 0;
|
uint8_t tx_power = 0;
|
||||||
|
|
||||||
uint8_t provisionMode = 0;
|
// AP
|
||||||
uint32_t publish_time_water = 0;
|
uint8_t provisionMode = 0;
|
||||||
|
|
||||||
|
// NTP
|
||||||
|
String server = "pool.ntp.org";
|
||||||
|
String tzLabel = "Europe/London";
|
||||||
|
|
||||||
static void read(DummySettings & settings, JsonObject root) {};
|
static void read(DummySettings & settings, JsonObject root) {};
|
||||||
static void read(DummySettings & settings) {};
|
static void read(DummySettings & settings) {};
|
||||||
|
|||||||
Reference in New Issue
Block a user