mirror of https://github.com/arendst/Tasmota.git
Platformio as source for core 2.0.0+tasmota
This commit is contained in:
parent
543f1393ff
commit
acd611cfdc
|
@ -49,7 +49,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
extends = env:tasmota32_base
|
||||
board = esp32s2
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.0/framework-arduinoespressif32-release_IDF4.4.tar.gz
|
||||
platform_packages = tasmota/framework-arduinoespressif32 @ 2.0.0+tasmota
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
|
@ -75,7 +75,7 @@ lib_ignore =
|
|||
extends = env:tasmota32_base
|
||||
board = esp32c3
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.0/framework-arduinoespressif32-release_IDF4.4.tar.gz
|
||||
platform_packages = tasmota/framework-arduinoespressif32 @ 2.0.0+tasmota
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
|
@ -106,7 +106,7 @@ lib_ignore =
|
|||
[env:tasmota32idf4]
|
||||
extends = env:tasmota32_base
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
|
||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.0/framework-arduinoespressif32-release_IDF4.4.tar.gz
|
||||
platform_packages = tasmota/framework-arduinoespressif32 @ 2.0.0+tasmota
|
||||
platformio/tool-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||
-Wswitch-unreachable
|
||||
|
@ -119,8 +119,6 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
;-DUSE_BLE_ESP32
|
||||
;-DUSE_MI_ESP32
|
||||
;-DESP32_STAGE=true
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
pre:pio-tools/cxx_flags.py
|
||||
lib_extra_dirs = lib/libesp32
|
||||
lib/libesp32_div
|
||||
lib/libesp32_lvgl
|
||||
|
|
Loading…
Reference in New Issue