[esp8266] Mirror tool-esptoolpy pin in dev platformio.ini

Keep local pio run -e esp8266-arduino / esp32-arduino invocations
(clang-tidy, IDE) in sync with the ESPHome codegen override so they
share the same installed tool-esptoolpy package.
This commit is contained in:
J. Nick Koston
2026-04-18 08:10:29 -05:00
parent 63606dd4bb
commit addda4c48f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
075ed2142432dc59883bb52db8ac11270f952851d6400deae080f5468c7cb592
b92adf594cf596ec5dd5858406c479ac258eb33f2a7517522ed89d4594a68f56
+5
View File
@@ -105,6 +105,11 @@ extends = common:arduino
platform = platformio/espressif8266@4.2.1
platform_packages =
platformio/framework-arduinoespressif8266@~3.30102.0
; Override the ancient tool-esptoolpy ~1.30000.0 pinned by
; platform-espressif8266 4.2.1 with the same 5.x build the pioarduino
; ESP32 platform uses, so switching between esp8266 and esp32 builds
; does not reinstall tool-esptoolpy every time.
pioarduino/tool-esptoolpy@https://github.com/pioarduino/registry/releases/download/0.0.1/esptoolpy-v5.2.0.zip
framework = arduino
lib_deps =