mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
13 lines
277 B
Plaintext
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
|