mirror of
https://github.com/esphome/esphome.git
synced 2026-05-23 11:16:52 +08:00
[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:
+1
-1
@@ -1 +1 @@
|
||||
075ed2142432dc59883bb52db8ac11270f952851d6400deae080f5468c7cb592
|
||||
b92adf594cf596ec5dd5858406c479ac258eb33f2a7517522ed89d4594a68f56
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user