mirror of https://github.com/arendst/Tasmota.git
mv deprecated drivers / Pio clean up
This commit is contained in:
parent
0eff23f519
commit
f131db6d40
|
@ -35,16 +35,13 @@ default_envs =
|
||||||
; tasmota32-lvgl
|
; tasmota32-lvgl
|
||||||
; tasmota32-ir
|
; tasmota32-ir
|
||||||
; tasmota32solo1
|
; tasmota32solo1
|
||||||
|
; tasmota32-nspanel
|
||||||
|
; tasmota32c2
|
||||||
; tasmota32c3cdc
|
; tasmota32c3cdc
|
||||||
|
; tasmota32c6cdc
|
||||||
; tasmota32s2
|
; tasmota32s2
|
||||||
; tasmota32s2cdc
|
; tasmota32s2cdc
|
||||||
; tasmota32s3cdc
|
; tasmota32s3cdc
|
||||||
; tasmota32-nspanel
|
|
||||||
; tasmota32c2
|
|
||||||
; tasmota32c6cdc
|
|
||||||
; tasmota32c2-safeboot
|
|
||||||
; tasmota32c6-safeboot
|
|
||||||
; tasmota32c6cdc-safeboot
|
|
||||||
|
|
||||||
[tasmota]
|
[tasmota]
|
||||||
; *** Global build / unbuild compile time flags for ALL Tasmota / Tasmota32 [env]
|
; *** Global build / unbuild compile time flags for ALL Tasmota / Tasmota32 [env]
|
||||||
|
@ -96,14 +93,12 @@ lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
;monitor_port = COM4
|
;monitor_port = COM4
|
||||||
;upload_speed = 115200
|
;upload_speed = 115200
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_resetmethod = ${common.upload_resetmethod}
|
;upload_resetmethod = ${common.upload_resetmethod}
|
||||||
lib_extra_dirs = ${library.lib_extra_dirs}
|
lib_extra_dirs = ${library.lib_extra_dirs}
|
||||||
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
; *** ESP32 lib. ALWAYS needed for ESP32 !!!
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
; *** comment the following line if you dont use LVGL in a Tasmota32 build. Reduces compile time
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
; *** comment the following line if you dont use ESP32 Audio in a Tasmota32 build. Reduces compile time
|
|
||||||
lib/libesp32_audio
|
|
||||||
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
; *** uncomment the following line if you use Bluetooth or Apple Homekit in a Tasmota32 build. Reduces compile time
|
||||||
lib/libesp32_div
|
lib/libesp32_div
|
||||||
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
; *** uncomment the following line if you use Epaper driver epidy in your Tasmota32 build. Reduces compile time
|
||||||
|
|
|
@ -73,33 +73,38 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
;*** This build env is without any support, unexpected issues can happen
|
;*** This build env is without any support, unexpected issues can happen
|
||||||
;*** Includes only basic drivers to fit in smaller app partition
|
;*** Includes only basic drivers to fit in smaller app partition
|
||||||
[env:tasmota32c3-old]
|
[env:tasmota32c3-old]
|
||||||
extends = env:tasmota32c3
|
extends = env:tasmota32_base
|
||||||
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.9.20230531/framework-arduinoespressif32.zip
|
board = esp32c3
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
-DOTA_URL='""'
|
-mtarget-align
|
||||||
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.9.20230531/framework-arduinoespressif32.zip
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DOTA_URL='""'
|
||||||
; *** Do not use safe boot scheme, since safeboot is build with new core!!
|
; *** Do not use safe boot scheme, since safeboot is build with new core!!
|
||||||
board_build.partitions = partitions/esp32_partition_app1856k_fs320k.csv
|
board_build.partitions = partitions/esp32_partition_app1856k_fs320k.csv
|
||||||
; Safeboot not used in this partition scheme -> an empty entry needed to overwrite the default setting
|
; Safeboot not used in this partition scheme -> an empty entry needed to overwrite the default setting
|
||||||
board_upload.arduino.flash_extra_images =
|
board_upload.arduino.flash_extra_images =
|
||||||
|
|
||||||
[env:tasmota32c3-bluetooth]
|
[env:tasmota32c3cdc-bluetooth]
|
||||||
extends = env:tasmota32c3
|
extends = env:tasmota32_base
|
||||||
build_flags = ${env:tasmota32c3.build_flags}
|
board = esp32c3cdc
|
||||||
-DUSE_BLE_ESP32
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
-DUSE_MI_ESP32
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_BLUETOOTH
|
||||||
; -DUSE_EQ3_ESP32
|
; -DUSE_EQ3_ESP32
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display, lib/lib_audio
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_rf, lib/lib_div, lib/lib_ssl, lib/lib_display, lib/lib_audio
|
||||||
|
lib_ignore = Micro-RTSP
|
||||||
|
|
||||||
[env:tasmota32s3-bluetooth]
|
[env:tasmota32s3cdc-bluetooth]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32s3-qio_qspi
|
board = esp32s3cdc-qio_qspi
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_BLUETOOTH
|
-DFIRMWARE_BLUETOOTH
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_ssl, lib/lib_i2c
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_ssl, lib/lib_i2c
|
||||||
lib_ignore = TTGO TWatch Library
|
lib_ignore = Micro-RTSP
|
||||||
Micro-RTSP
|
|
||||||
|
|
||||||
[env:tasmota32-mi32]
|
[env:tasmota32-mi32]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
@ -108,29 +113,39 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DUSE_MI_EXT_GUI
|
-DUSE_MI_EXT_GUI
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
lib_ignore = TTGO TWatch Library
|
lib_ignore = Micro-RTSP
|
||||||
Micro-RTSP
|
|
||||||
|
|
||||||
[env:tasmota32c3-mi32]
|
[env:tasmota32c3cdc-mi32]
|
||||||
extends = env:tasmota32c3
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_BLUETOOTH
|
-DFIRMWARE_BLUETOOTH
|
||||||
-DUSE_MI_EXT_GUI
|
-DUSE_MI_EXT_GUI
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
lib_ignore = TTGO TWatch Library
|
lib_ignore = Micro-RTSP
|
||||||
Micro-RTSP
|
|
||||||
|
|
||||||
[env:tasmota32s3-mi32]
|
[env:tasmota32s3cdc-mi32]
|
||||||
extends = env:tasmota32s3
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3cdc-qio_qspi
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_BLUETOOTH
|
-DFIRMWARE_BLUETOOTH
|
||||||
-DUSE_MI_EXT_GUI
|
-DUSE_MI_EXT_GUI
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
lib_ignore = TTGO TWatch Library
|
lib_ignore = Micro-RTSP
|
||||||
Micro-RTSP
|
|
||||||
|
|
||||||
|
[env:tasmota32c6cdc-mi32]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_BLUETOOTH
|
||||||
|
-DUSE_MI_EXT_GUI
|
||||||
|
-DOTA_URL='""'
|
||||||
|
|
||||||
; *** Debug version used for PlatformIO Home Project Inspection
|
; *** Debug version used for PlatformIO Home Project Inspection
|
||||||
[env:tasmota-debug]
|
[env:tasmota-debug]
|
||||||
|
|
|
@ -18,7 +18,6 @@ lib_compat_mode = ${common.lib_compat_mode}
|
||||||
lib_extra_dirs = ${common.lib_extra_dirs}
|
lib_extra_dirs = ${common.lib_extra_dirs}
|
||||||
lib/libesp32
|
lib/libesp32
|
||||||
lib/libesp32_lvgl
|
lib/libesp32_lvgl
|
||||||
lib/libesp32_audio
|
|
||||||
lib_ignore = ${esp32_defaults.lib_ignore}
|
lib_ignore = ${esp32_defaults.lib_ignore}
|
||||||
; Add files to Filesystem for all env (global). Remove no files entry and add add a line with the file to include
|
; Add files to Filesystem for all env (global). Remove no files entry and add add a line with the file to include
|
||||||
; Example for adding the Partition Manager
|
; Example for adding the Partition Manager
|
||||||
|
@ -36,12 +35,180 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32solo1-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32_solo1
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32s2cdc-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s2cdc
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2cdc-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32s2-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s2
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c2-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c2
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c2-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c3cdc-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c3cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3cdc-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c3-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c3
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32s3cdc-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3cdc-qio_qspi
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3cdc-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c6cdc-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32c6-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
|
[env:tasmota32s3-safeboot]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3-qio_qspi
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_SAFEBOOT
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-safeboot.bin"'
|
||||||
|
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||||
|
lib_ignore = ${safeboot_flags.lib_ignore}
|
||||||
|
|
||||||
[env:tasmota32]
|
[env:tasmota32]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFIRMWARE_TASMOTA32
|
-DFIRMWARE_TASMOTA32
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32.bin"'
|
||||||
|
|
||||||
|
[env:tasmota32solo1]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32_solo1
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DCODE_IMAGE_STR='"solo1"'
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1.bin"'
|
||||||
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
|
||||||
|
[env:tasmota32s2cdc]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s2cdc
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2cdc.bin"'
|
||||||
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
|
||||||
|
[env:tasmota32s2]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s2
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2.bin"'
|
||||||
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
|
||||||
|
[env:tasmota32c2]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c2
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c2.bin"'
|
||||||
|
|
||||||
|
[env:tasmota32c3cdc]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c3cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3cdc.bin"'
|
||||||
|
|
||||||
|
[env:tasmota32c6cdc]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32c6cdc
|
||||||
|
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||||
|
-mtarget-align
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc.bin"'
|
||||||
|
|
||||||
|
[env:tasmota32s3cdc]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3cdc-qio_qspi
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_TASMOTA32
|
||||||
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3cdc.bin"'
|
||||||
|
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
|
||||||
[env:tasmota32-webcam]
|
[env:tasmota32-webcam]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board = esp32-fix
|
board = esp32-fix
|
||||||
|
@ -81,26 +248,6 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-ir.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-ir.bin"'
|
||||||
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_ssl
|
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_ssl
|
||||||
|
|
||||||
[env:tasmota32solo1]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32_solo1
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DCODE_IMAGE_STR='"solo1"'
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1.bin"'
|
|
||||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
|
||||||
TTGO TWatch Library
|
|
||||||
Micro-RTSP
|
|
||||||
|
|
||||||
[env:tasmota32solo1-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32_solo1
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32-zbbrdgpro]
|
[env:tasmota32-zbbrdgpro]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
board_build.partitions = partitions/esp32_partition_app1856k_fs1344k.csv
|
board_build.partitions = partitions/esp32_partition_app1856k_fs1344k.csv
|
||||||
|
@ -123,165 +270,6 @@ build_flags = ${env:tasmota32_base.build_flags}
|
||||||
-DFRAMEWORK_ARDUINO_ITEAD
|
-DFRAMEWORK_ARDUINO_ITEAD
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
||||||
|
|
||||||
[env:tasmota32c3cdc-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c3cdc
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3cdc-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32c3-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c3
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32c3cdc]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c3cdc
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c3cdc.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32s2-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s2
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32s2]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s2
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2.bin"'
|
|
||||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
|
||||||
TTGO TWatch Library
|
|
||||||
NimBLE-Arduino
|
|
||||||
Micro-RTSP
|
|
||||||
epdiy
|
|
||||||
|
|
||||||
[env:tasmota32s2cdc-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s2cdc
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2cdc-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32s2cdc]
|
|
||||||
extends = env:tasmota32s2
|
|
||||||
board = esp32s2cdc
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s2cdc.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32s3cdc-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s3cdc-qio_qspi
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3cdc-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32s3-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s3-qio_qspi
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32s3cdc]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32s3cdc-qio_qspi
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32s3cdc.bin"'
|
|
||||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
|
||||||
TTGO TWatch Library
|
|
||||||
Micro-RTSP
|
|
||||||
epdiy
|
|
||||||
|
|
||||||
[env:tasmota32c2]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c2
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c2.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32c6cdc]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c6cdc
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_TASMOTA32
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc.bin"'
|
|
||||||
|
|
||||||
[env:tasmota32c6cdc-mi32]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c6cdc
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_BLUETOOTH
|
|
||||||
-DUSE_MI_EXT_GUI
|
|
||||||
-DOTA_URL='""'
|
|
||||||
|
|
||||||
[env:tasmota32c2-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c2
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c2-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32c6cdc-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c6cdc
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6cdc-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
[env:tasmota32c6-safeboot]
|
|
||||||
extends = env:tasmota32_base
|
|
||||||
board = esp32c6
|
|
||||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
|
||||||
-mtarget-align
|
|
||||||
build_flags = ${env:tasmota32_base.build_flags}
|
|
||||||
-DFIRMWARE_SAFEBOOT
|
|
||||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32c6-safeboot.bin"'
|
|
||||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
|
||||||
lib_ignore = ${safeboot_flags.lib_ignore}
|
|
||||||
|
|
||||||
|
|
||||||
[env:tasmota32-AD]
|
[env:tasmota32-AD]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=ca_AD -DFIRMWARE_TASMOTA32 -DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-AD.bin"'
|
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=ca_AD -DFIRMWARE_TASMOTA32 -DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-AD.bin"'
|
||||||
|
|
Loading…
Reference in New Issue