mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 23:52:02 +00:00
* Only allow channel 15 during automatic configuration of OTBR * Also force channel 15 when creating a new network
6 lines
102 B
Python
6 lines
102 B
Python
"""Constants for the Open Thread Border Router integration."""
|
|
|
|
DOMAIN = "otbr"
|
|
|
|
DEFAULT_CHANNEL = 15
|