mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 02:19:52 +00:00
[thread-cert] properly configure operational dataset (#9189)
This commit is contained in:
@@ -123,7 +123,14 @@ RSSI = {
|
||||
}
|
||||
|
||||
SNIFFER_ID = int(os.getenv('SNIFFER_ID', 34))
|
||||
|
||||
CHANNEL = 11
|
||||
CHANNEL_MASK = 0x07fff800
|
||||
EXTENDED_PANID = 'dead00beef00cafe'
|
||||
NETWORK_NAME = 'OpenThread'
|
||||
PANID = 0xface
|
||||
PSKC = 'c23a76e98f1a6483639b1ac1271e2e27'
|
||||
SECURITY_POLICY = [672, 'onrc']
|
||||
|
||||
LEADER_STARTUP_DELAY = 12
|
||||
ROUTER_STARTUP_DELAY = 10
|
||||
|
||||
Reference in New Issue
Block a user