mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
openthread: fix wrong panid range in border router example
This commit is contained in:
parent
b886dc6998
commit
85ea4947dc
@ -15,7 +15,7 @@ menu "OpenThread Border Router Example"
|
||||
|
||||
config OPENTHREAD_NETWORK_PANID
|
||||
hex "OpenThread network pan id"
|
||||
range 0 0x1234
|
||||
range 0 0xFFFE
|
||||
default 0x1234
|
||||
help
|
||||
The OpenThread network pan id to use
|
||||
|
Loading…
x
Reference in New Issue
Block a user