mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-26 20:26:32 +00:00
Merge pull request #15783 from Jason2866/more_env_samples
add example build env
This commit is contained in:
commit
152710b7ff
@ -21,6 +21,65 @@ build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_TASM
|
|||||||
; tasmota/berry/modules/Partition_wizard.tapp
|
; tasmota/berry/modules/Partition_wizard.tapp
|
||||||
; https://github.com/tasmota/autoconf/raw/main/esp32s3/DevKitC-1.autoconf
|
; https://github.com/tasmota/autoconf/raw/main/esp32s3/DevKitC-1.autoconf
|
||||||
|
|
||||||
|
[env:tasmota32c3-bluetooth]
|
||||||
|
extends = env:tasmota32c3
|
||||||
|
build_flags = ${env:tasmota32c3.build_flags}
|
||||||
|
-D USE_BLE_ESP32
|
||||||
|
-D USE_MI_ESP32
|
||||||
|
; -D USE_EQ3_ESP32
|
||||||
|
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
|
||||||
|
|
||||||
|
[env:tasmota32s3-bluetooth]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
board = esp32s3
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_BLUETOOTH
|
||||||
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_ssl, lib/lib_i2c
|
||||||
|
lib_ignore = TTGO TWatch Library
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
|
||||||
|
[env:tasmota32-mi32-homebridge]
|
||||||
|
extends = env:tasmota32_base
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_BLUETOOTH
|
||||||
|
-DUSE_MI_EXT_GUI
|
||||||
|
-DUSE_MI_HOMEKIT=1 ; 1 to enable; 0 to disable
|
||||||
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
|
lib_ignore = ESP8266Audio
|
||||||
|
ESP8266SAM
|
||||||
|
TTGO TWatch Library
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
esp32-camera
|
||||||
|
|
||||||
|
[env:tasmota32c3-mi32-homebridge]
|
||||||
|
extends = env:tasmota32c3
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_BLUETOOTH
|
||||||
|
-DUSE_MI_EXT_GUI
|
||||||
|
-DUSE_MI_HOMEKIT=1 ; 1 to enable; 0 to disable
|
||||||
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
|
lib_ignore = ESP8266Audio
|
||||||
|
ESP8266SAM
|
||||||
|
TTGO TWatch Library
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
esp32-camera
|
||||||
|
|
||||||
|
[env:tasmota32s3-mi32-homebridge]
|
||||||
|
extends = env:tasmota32s3
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DFIRMWARE_BLUETOOTH
|
||||||
|
-DUSE_MI_EXT_GUI
|
||||||
|
-DUSE_MI_HOMEKIT=1 ; 1 to enable; 0 to disable
|
||||||
|
lib_extra_dirs = lib/libesp32, lib/libesp32_div, lib/lib_basic, lib/lib_i2c, lib/lib_div, lib/lib_ssl
|
||||||
|
lib_ignore = ESP8266Audio
|
||||||
|
ESP8266SAM
|
||||||
|
TTGO TWatch Library
|
||||||
|
Micro-RTSP
|
||||||
|
epdiy
|
||||||
|
esp32-camera
|
||||||
|
|
||||||
; *** 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