mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Update ESP8266/ESP32 bases (#760)
* Update ESP8266/ESP32 bases * Update platformio.ini * Update boards definitions
This commit is contained in:
		| @@ -30,6 +30,7 @@ build_flags = | ||||
| src_filter = +<esphome> | ||||
|  | ||||
| [env:livingroom8266] | ||||
| ; use Arduino framework v2.3.0 for clang-tidy (latest 2.5.2 breaks static code analysis, see #760) | ||||
| platform = espressif8266@1.8.0 | ||||
| board = nodemcuv2 | ||||
| framework = arduino | ||||
| @@ -41,7 +42,7 @@ build_flags = ${common.build_flags} | ||||
| src_filter = ${common.src_filter} +<tests/livingroom8266.cpp> | ||||
|  | ||||
| [env:livingroom32] | ||||
| platform = espressif32@1.6.0 | ||||
| platform = espressif32@1.11.0 | ||||
| board = nodemcu-32s | ||||
| framework = arduino | ||||
| lib_deps = ${common.lib_deps} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user