fix duplication

This commit is contained in:
Proddy
2022-05-07 18:41:42 +02:00
parent fd53999777
commit 87c9d4d823

View File

@@ -33,7 +33,6 @@ class DummySettings {
uint32_t syslog_mark_interval = 0; uint32_t syslog_mark_interval = 0;
String syslog_host = "192.168.1.4"; String syslog_host = "192.168.1.4";
uint16_t syslog_port = 514; uint16_t syslog_port = 514;
bool enableMDNS = false;
uint8_t master_thermostat = 0; uint8_t master_thermostat = 0;
bool shower_timer = true; bool shower_timer = true;
bool shower_alert = false; bool shower_alert = false;