mirror of https://github.com/arendst/Tasmota.git
Install only one and latest esptool
ESP32 still uses as default the outdated esptool 2.6. Since esptool 2.8 is already used for ESP8266 use it for ESP32 too and prevent install of version 2.6
This commit is contained in:
parent
7ca9659d3d
commit
f6863484c3
|
@ -227,7 +227,7 @@ build_type = debug
|
|||
|
||||
[common32]
|
||||
platform = espressif32@1.12.0
|
||||
platform_packages =
|
||||
platform_packages = tool-esptoolpy@1.20800.0
|
||||
board = wemos_d1_mini32
|
||||
board_build.ldscript = esp32_out.ld
|
||||
board_build.partitions = esp32_partition_app1984k_spiffs64k.csv
|
||||
|
|
Loading…
Reference in New Issue