mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14686 from Jason2866/S3
Fix pio flash bootloader for s3
This commit is contained in:
commit
bcde597a9b
|
@ -57,7 +57,7 @@ monitor_filters = esp32_exception_decoder
|
||||||
[env:tasmota32s3]
|
[env:tasmota32s3]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
platform = https://github.com/Jason2866/platform-espressif32.git#IDF44/ESP32-S3
|
platform = https://github.com/Jason2866/platform-espressif32.git#IDF44/ESP32-S3
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/614/framework-arduinoespressif32-release_v4.4-077f93b411.tar.gz
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/617/framework-arduinoespressif32-v4.4_dev-3cfa267e25.tar.gz
|
||||||
board = esp32s3
|
board = esp32s3
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
lib_extra_dirs =
|
lib_extra_dirs =
|
||||||
|
|
Loading…
Reference in New Issue