mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 15:23:49 +01:00
Merge branch 'use_idf_webserver_esp32' into integration
This commit is contained in:
@@ -1266,7 +1266,7 @@ std::string WebServer::select_json(select::Select *obj, const std::string &value
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Longest: HORIZONTAL
|
// Longest: HORIZONTAL
|
||||||
#define PSTR_LOCAL(mode_s) strncpy_P(buf, (PGM_P) ((mode_s)), 15)
|
#define PSTR_LOCAL(mode_s) ESPHOME_strncpy_P(buf, (ESPHOME_PGM_P) ((mode_s)), 15)
|
||||||
|
|
||||||
#ifdef USE_CLIMATE
|
#ifdef USE_CLIMATE
|
||||||
void WebServer::on_climate_update(climate::Climate *obj) {
|
void WebServer::on_climate_update(climate::Climate *obj) {
|
||||||
|
Reference in New Issue
Block a user