From 87c9d4d823138e83464c17bd4a3a84dc8337b9a6 Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 7 May 2022 18:41:42 +0200 Subject: [PATCH] fix duplication --- lib_standalone/ESP8266React.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib_standalone/ESP8266React.h b/lib_standalone/ESP8266React.h index 5f8f400c5..e9a20e562 100644 --- a/lib_standalone/ESP8266React.h +++ b/lib_standalone/ESP8266React.h @@ -33,7 +33,6 @@ class DummySettings { uint32_t syslog_mark_interval = 0; String syslog_host = "192.168.1.4"; uint16_t syslog_port = 514; - bool enableMDNS = false; uint8_t master_thermostat = 0; bool shower_timer = true; bool shower_alert = false;