mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
add tasmota32idf4-solo1
This commit is contained in:
parent
602bc4841c
commit
c02dacb347
@ -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…
x
Reference in New Issue
Block a user