mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix compile error standalone?
This commit is contained in:
@@ -37,6 +37,7 @@ class DummySettings {
|
|||||||
uint8_t ha_climate_format = 1;
|
uint8_t ha_climate_format = 1;
|
||||||
bool ha_enabled = true;
|
bool ha_enabled = true;
|
||||||
std::string base = "ems-esp";
|
std::string base = "ems-esp";
|
||||||
|
uint8_t subscribes = 0;
|
||||||
|
|
||||||
String hostname = "ems-esp";
|
String hostname = "ems-esp";
|
||||||
String jwtSecret = "ems-esp";
|
String jwtSecret = "ems-esp";
|
||||||
|
|||||||
Reference in New Issue
Block a user