mirror of
https://github.com/arendst/Tasmota.git
synced 2026-07-27 20:05:46 +00:00
Include USE_TCP_BRIDGE with tasmota-zigbee build (#24912)
Since tasmota-zigbee is for use with CC2530, it makes sense to have USE_TCP_BRIDGE included too, for users wanting to use it with Z2M or ZHA.
This commit is contained in:
@@ -58,6 +58,7 @@ lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/lib_div
|
||||
[env:tasmota-zigbee]
|
||||
build_flags = ${env.build_flags}
|
||||
-DUSE_ZIGBEE
|
||||
-USE_TCP_BRIDGE
|
||||
-DUSE_CCLOADER
|
||||
-DCODE_IMAGE_STR='"zigbee"'
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota/release/tasmota-zigbee.bin.gz"'
|
||||
|
||||
Reference in New Issue
Block a user