ESP32 Set recommended framework to 2.0.0

See https://github.com/espressif/arduino-esp32/releases/tag/2.0.0
This commit is contained in:
Otto winter 2021-10-22 12:51:45 +02:00
parent c08b21b7cd
commit 546bc50463
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ def _format_framework_espidf_version(ver: cv.Version) -> str:
# The default/recommended arduino framework version
# - https://github.com/espressif/arduino-esp32/releases
# - https://api.registry.platformio.org/v3/packages/platformio/tool/framework-arduinoespressif32
RECOMMENDED_ARDUINO_FRAMEWORK_VERSION = cv.Version(1, 0, 6)
RECOMMENDED_ARDUINO_FRAMEWORK_VERSION = cv.Version(2, 0, 0)
# 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

View File

@ -84,7 +84,7 @@ extends = common:arduino
; when changing this also copy it to esphome-docker-base images
platform = platformio/espressif32 @ 3.3.2
platform_packages =
platformio/framework-arduinoespressif32 @ ~3.10006.0
platformio/framework-arduinoespressif32 @ ~3.20000.0
framework = arduino
board = nodemcu-32s