update mqtt enabled for offline testing

This commit is contained in:
proddy
2020-10-03 16:30:04 +02:00
parent 3f632496a6
commit 96df3acabd

View File

@@ -27,6 +27,7 @@ class DummySettings {
uint8_t mqtt_format = 3; // 1=single, 2=nested, 3=ha, 4=custom
uint8_t mqtt_qos = 0;
bool mqtt_retain = false;
bool enabled = true; // MQTT
String hostname = "ems-esp";
String jwtSecret = "ems-esp";
String ssid = "ems-esp";