mirror of https://github.com/arendst/Tasmota.git
optimize env `tasmota32-zbbrdgpro` (#22323)
* remove IR Remote from zigbee bridgg * remove shutters support * add lib ignores to zigbee bridge env * remove ENERGY_SENSOR from zigbee bridge 32 env
This commit is contained in:
parent
9c24258530
commit
923ed91c9c
|
@ -257,6 +257,8 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DFIRMWARE_IR
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-ir.bin"'
|
||||
lib_extra_dirs = lib/libesp32, lib/lib_basic, lib/lib_ssl
|
||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
Micro-RTSP
|
||||
|
||||
[env:tasmota32-zbbrdgpro]
|
||||
extends = env:tasmota32_base
|
||||
|
@ -271,6 +273,11 @@ custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
|||
tasmota/berry/zigbee/sonoff_zb_pro_flasher.be
|
||||
tools/fw_SonoffZigbeeBridgePro_cc2652/SonoffZBPro_coord_20220219.hex
|
||||
lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/libesp32
|
||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
Micro-RTSP
|
||||
IRremoteESP8266
|
||||
TasmotaModbus
|
||||
ESP Mail Client
|
||||
custom_sdkconfig = CONFIG_D0WD_PSRAM_CLK_IO=5
|
||||
CONFIG_D0WD_PSRAM_CS_IO=18
|
||||
|
||||
|
|
|
@ -515,6 +515,9 @@
|
|||
|
||||
#define USE_ENHANCED_GUI_WIFI_SCAN
|
||||
|
||||
#undef USE_ENERGY_SENSOR // Disable support for energy sensors
|
||||
#undef USE_SHUTTER // Disable support for shutter
|
||||
#undef USE_IR_REMOTE // Disable support for IR Remote
|
||||
#undef USE_ARMTRONIX_DIMMERS // Disable support for Armtronix Dimmers (+1k4 code)
|
||||
#undef USE_PS_16_DZ // Disable support for PS-16-DZ Dimmer (+2k code)
|
||||
#undef USE_SONOFF_IFAN // Disable support for Sonoff iFan02 and iFan03 (+2k code)
|
||||
|
|
Loading…
Reference in New Issue