From 7d177ca049a03225c4d07f56d99818e9ab3d59c1 Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Mon, 22 Mar 2021 19:28:43 +0100 Subject: [PATCH] fix compile error standalone? --- lib_standalone/ESP8266React.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib_standalone/ESP8266React.h b/lib_standalone/ESP8266React.h index cf30a2a41..c882bc0a1 100644 --- a/lib_standalone/ESP8266React.h +++ b/lib_standalone/ESP8266React.h @@ -37,6 +37,7 @@ class DummySettings { uint8_t ha_climate_format = 1; bool ha_enabled = true; std::string base = "ems-esp"; + uint8_t subscribes = 0; String hostname = "ems-esp"; String jwtSecret = "ems-esp";