mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
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}
|
build_flags = ${env:tasmota32idf4.build_flags}
|
||||||
-D FIRMWARE_TASMOTA32
|
-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
|
;*** Beta Tasmota version for ESP32-S2
|
||||||
;*** Example how to override the standard core with [tasmota32-dev] core
|
;*** Example how to override the standard core with [tasmota32-dev] core
|
||||||
[env:tasmota32s2]
|
[env:tasmota32s2]
|
||||||
@ -14,7 +23,7 @@ extends = env:tasmota32-dev
|
|||||||
platform_packages = ${env:tasmota32-dev.platform_packages}
|
platform_packages = ${env:tasmota32-dev.platform_packages}
|
||||||
board = esp32s2
|
board = esp32s2
|
||||||
build_flags = ${env:tasmota32idf4.build_flags}
|
build_flags = ${env:tasmota32idf4.build_flags}
|
||||||
-D FIRMWARE_TASMOTA32
|
-D FIRMWARE_TASMOTA32
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
ESP8266Audio
|
ESP8266Audio
|
||||||
ESP8266SAM
|
ESP8266SAM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user