MQTT base from std::string to String

This commit is contained in:
proddy
2021-03-27 10:29:47 +01:00
parent 0c89d90d56
commit c8d8b50d47

View File

@@ -36,7 +36,7 @@ class DummySettings {
bool nested_format = true; bool nested_format = true;
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"; String base = "ems-esp";
uint8_t subscribes = 0; uint8_t subscribes = 0;
String hostname = "ems-esp"; String hostname = "ems-esp";