mirror of https://github.com/arendst/Tasmota.git
Esptool 3.0 from Platformio registry
This commit is contained in:
parent
3c48a2f86f
commit
674fa8e293
|
@ -78,7 +78,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||
; *** Esp8266 core for Arduino version Tasmota stage (PR7231 and Backport PR7514)
|
||||
platform_packages = tasmota/framework-arduinoespressif8266 @ 3.20704.7
|
||||
platformio/toolchain-xtensa @ 2.40802.200502
|
||||
tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
|
||||
platformio/tool-esptoolpy @ ~1.30000.0
|
||||
platformio/tool-esptool @ 1.413.0
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
build_flags = ${esp82xx_defaults.build_flags}
|
||||
|
@ -88,7 +88,7 @@ build_flags = ${esp82xx_defaults.build_flags}
|
|||
platform_packages = framework-arduinoespressif8266 @ https://github.com/esp8266/Arduino.git
|
||||
; *** Use Xtensa build chain 10.2. GNU13 from https://github.com/earlephilhower/esp-quick-toolchain
|
||||
mcspr/toolchain-xtensa @ 5.100200.200918
|
||||
tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
|
||||
platformio/tool-esptoolpy @ ~1.30000.0
|
||||
platformio/tool-esptool @ 1.413.0
|
||||
build_unflags = ${esp_defaults.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
|
@ -125,7 +125,7 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
|||
|
||||
[core32_stage]
|
||||
platform = espressif32 @ 2.0.0
|
||||
platform_packages = tool-esptoolpy @ https://github.com/Jason2866/esptool/releases/download/v3.0/esptool-3.0.zip
|
||||
platform_packages = platformio/tool-esptoolpy @ ~1.30000.0
|
||||
framework-arduinoespressif32 @ https://github.com/Jason2866/arduino-esp32/releases/download/1.0.5-rc2/esp32-1.0.5-rc2.zip
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
|
|
Loading…
Reference in New Issue