mirror of https://github.com/arendst/Tasmota.git
Merge pull request #13606 from Jason2866/tasmota32c3
add tasmota32idf4-solo1
This commit is contained in:
commit
ca757d7ee1
|
@ -7,6 +7,15 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
|
|||
build_flags = ${env:tasmota32idf4.build_flags}
|
||||
-D FIRMWARE_TASMOTA32
|
||||
|
||||
[env:tasmota32idf4-solo1]
|
||||
extends = env:tasmota32idf4
|
||||
platform = ${env:tasmota32idf4.platform}
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.1rc2/framework-arduinoespressif32-solo1-release_IDF4.4.tar.gz
|
||||
platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_flags = ${env:tasmota32idf4.build_flags}
|
||||
-D FIRMWARE_TASMOTA32
|
||||
|
||||
;*** Beta Tasmota version for ESP32-S2
|
||||
;*** Example how to override the standard core with [tasmota32-dev] core
|
||||
[env:tasmota32s2]
|
||||
|
@ -14,7 +23,7 @@ extends = env:tasmota32-dev
|
|||
platform_packages = ${env:tasmota32-dev.platform_packages}
|
||||
board = esp32s2
|
||||
build_flags = ${env:tasmota32idf4.build_flags}
|
||||
-D FIRMWARE_TASMOTA32
|
||||
-D FIRMWARE_TASMOTA32
|
||||
lib_ignore =
|
||||
ESP8266Audio
|
||||
ESP8266SAM
|
||||
|
|
Loading…
Reference in New Issue