Skip to content

Commit 8e35ade

Browse files
author
Kari Severinkangas
committed
Minor edits
1 parent aedb361 commit 8e35ade

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorials/using_apis/mesh/quick_start_build.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ Then you may optionally choose to select the non-routing mode for those networks
7676

7777
##### Configuration parameters for 6LoWPAN-ND and Thread
7878

79-
All 6LoWPAN and Thread configuration options are described below.
79+
All 6LoWPAN and Thread configuration options are described below.
80+
Make sure that all your devices use the same network configuration (both nodes and border router)
8081

8182
```
8283
@@ -93,7 +94,7 @@ All 6LoWPAN and Thread configuration options are described below.
9394
| `thread-pskd` | string [6-255 chars] | Human-scaled commissioning credentials. |
9495
| `thread-use-static-link-config` | boolean | True: Use the below link config, False: Use commissioning, ignore the below link config. |
9596
| `thread-device-type` | enum from `mesh_device_type_t` | Supported device operating modes:<br> `MESH_DEVICE_TYPE_THREAD_ROUTER`<br> `MESH_DEVICE_TYPE_THREAD_SLEEPY_END_DEVICE`<br> `MESH_DEVICE_TYPE_THREAD_MINIMAL_END_DEVICE` |
96-
| `thread-config-channel-mask` | number [0-0x07fff800] | Channel mask, 0x07fff800 scans all channels. |
97+
| `thread-config-channel-mask` | number [0-0x07fff800] | Channel mask, 0x07fff800 is used for Thread networks (2.4GHz). |
9798
| `thread-config-channel-page` | number [0]| Channel page, 0 for 2,4 GHz radio. |
9899
| `thread-config-channel` | number [11-26] | RF channel to use. |
99100
| `thread-config-panid` | number [0-0xFFFF] | Network identifier. |

0 commit comments

Comments
 (0)