[esp32] Restore develop branch for dev platform version, bump platformio (#13759)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Jonathan Swoboda
2026-02-04 15:12:42 -05:00
committed by GitHub
parent 4a579700a0
commit 43d9d6fe64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ ESP_IDF_PLATFORM_VERSION_LOOKUP = {
PLATFORM_VERSION_LOOKUP = {
"recommended": cv.Version(55, 3, 36),
"latest": cv.Version(55, 3, 36),
"dev": cv.Version(55, 3, 36),
"dev": "https://github.com/pioarduino/platform-espressif32.git#develop",
}
+1 -1
View File
@@ -8,7 +8,7 @@ tornado==6.5.4
tzlocal==5.3.1 # from time
tzdata>=2021.1 # from time
pyserial==3.5
platformio==6.1.18 # When updating platformio, also update /docker/Dockerfile
platformio==6.1.19
esptool==5.1.0
click==8.1.7
esphome-dashboard==20260110.0