Files
esp-idf/examples/zigbee/zb_common_components/example_common/Kconfig
2026-09-09 11:34:28 +08:00

13 lines
277 B
Plaintext

menu "Zigbee Example Configuration"
config ZB_EXAMPLE_PRIMARY_CHANNEL
int "Zigbee primary channel"
range 11 26
default 13
config ZB_EXAMPLE_SECONDARY_CHANNEL_MASK
hex "Zigbee secondary channel mask"
default 0x07FFF800
endmenu