mirror of https://github.com/arendst/Tasmota.git
Merge pull request #8199 from Jason2866/patch-1
Install only one and latest Esptool.py
This commit is contained in:
commit
95661fa65c
|
@ -227,7 +227,7 @@ build_type = debug
|
||||||
|
|
||||||
[common32]
|
[common32]
|
||||||
platform = espressif32@1.12.0
|
platform = espressif32@1.12.0
|
||||||
platform_packages =
|
platform_packages = tool-esptoolpy@1.20800.0
|
||||||
board = wemos_d1_mini32
|
board = wemos_d1_mini32
|
||||||
board_build.ldscript = esp32_out.ld
|
board_build.ldscript = esp32_out.ld
|
||||||
board_build.partitions = esp32_partition_app1984k_spiffs64k.csv
|
board_build.partitions = esp32_partition_app1984k_spiffs64k.csv
|
||||||
|
|
Loading…
Reference in New Issue