mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Add experimental Arduino32 / IDF4.4
This commit is contained in:
parent
7457d0b03c
commit
bbb8de3515
@ -185,6 +185,16 @@ lib_ignore =
|
|||||||
Micro-RTSP
|
Micro-RTSP
|
||||||
ESP32 Ethernet
|
ESP32 Ethernet
|
||||||
|
|
||||||
|
; *** EXPERIMENTAL Tasmota version for Arduino ESP32 IDF4.4. Linking not working.
|
||||||
|
[env:tasmota32idf4]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
platform = https://github.com/Jason2866/platform-espressif32.git#feature/arduino-idf-v4.4
|
||||||
|
platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/arduino-esp32/releases/download/esp32-2.0.0-pre/esp32-2.0.0-pre.zip
|
||||||
|
platformio/tool-mklittlefs @ ~1.203.200522
|
||||||
|
build_unflags = ${esp32_defaults.build_unflags}
|
||||||
|
build_flags = ${esp32_defaults.build_flags}
|
||||||
|
;-DESP32_STAGE=true
|
||||||
|
|
||||||
; *** Debug version used for PlatformIO Home Project Inspection
|
; *** Debug version used for PlatformIO Home Project Inspection
|
||||||
[env:tasmota-debug]
|
[env:tasmota-debug]
|
||||||
build_type = debug
|
build_type = debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user