better fix for ha climate Optimize flash with ESP32 #646

This commit is contained in:
Proddy
2022-10-01 16:03:04 +02:00
parent 90d2144588
commit 4c70da28e6
4 changed files with 11 additions and 16 deletions

View File

@@ -264,7 +264,7 @@ MAKE_PSTR(response, "response")
MAKE_PSTR(tag_boiler_data_ww_mqtt, "ww")
MAKE_PSTR(tag_device_data_ww_mqtt, "")
MAKE_PSTR_LIST(climate, "HA climate config creation")
MAKE_PSTR_LIST(climate, "HA climate config creation", "")
// syslog
MAKE_PSTR_LIST(list_syslog_level, "off", "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace", "all")