mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Bump arduino platform version to 5.3.0 (#4713)
* Bump arduino platform version to 5.3.0 * Update root platformio.ini
This commit is contained in:
		| @@ -163,7 +163,7 @@ RECOMMENDED_ARDUINO_FRAMEWORK_VERSION = cv.Version(2, 0, 5) | ||||
| # The platformio/espressif32 version to use for arduino frameworks | ||||
| #  - https://github.com/platformio/platform-espressif32/releases | ||||
| #  - https://api.registry.platformio.org/v3/packages/platformio/platform/espressif32 | ||||
| ARDUINO_PLATFORM_VERSION = cv.Version(5, 2, 0) | ||||
| ARDUINO_PLATFORM_VERSION = cv.Version(5, 3, 0) | ||||
|  | ||||
| # The default/recommended esp-idf framework version | ||||
| #  - https://github.com/espressif/esp-idf/releases | ||||
|   | ||||
| @@ -103,7 +103,7 @@ extra_scripts = post:esphome/components/esp8266/post_build.py.script | ||||
| ; This are common settings for the ESP32 (all variants) using Arduino. | ||||
| [common:esp32-arduino] | ||||
| extends = common:arduino | ||||
| platform = platformio/espressif32 @ 5.2.0 | ||||
| platform = platformio/espressif32 @ 5.3.0 | ||||
| platform_packages = | ||||
|     platformio/framework-arduinoespressif32 @ ~3.20005.0 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user