mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Merge branch 'integration' into memory_api
This commit is contained in:
		| @@ -1266,7 +1266,7 @@ std::string WebServer::select_json(select::Select *obj, const std::string &value | ||||
| #endif | ||||
|  | ||||
| // 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 | ||||
| void WebServer::on_climate_update(climate::Climate *obj) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user