You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/nanostack/mbed-mesh-api/mbed_lib.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@
121
121
"value": "\"Wi-SUN Network\""
122
122
},
123
123
"wisun-network-size": {
124
-
"help": "Expected amount of devices in the network as 100s of devices. with possible pre defined constants NETWORK_SIZE_SMALL, NETWORK_SIZE_MEDIUM, NETWORK_SIZE_LARGE, NETWORK_SIZE_XLARGE. if set to 0 Wi-SUN Certification configuration values are used. If don't define this(default null), then NETWORK_SIZE_MEDIUM will be used.",
124
+
"help": "Expected amount of devices in the network as hundreds of devices. Use any number or one of the predefined values NETWORK_SIZE_SMALL, NETWORK_SIZE_MEDIUM, NETWORK_SIZE_LARGE or NETWORK_SIZE_XLARGE. Set to 0 to use Wi-SUN Certification configuration values. If set to null, then NETWORK_SIZE_MEDIUM (meaning hundreds of devices in the network) will be used.",
125
125
"value": null
126
126
},
127
127
"wisun-regulatory-domain": {
@@ -179,7 +179,7 @@
179
179
"root-certificate-len": {
180
180
"help": "Root certificate length; optional for PEM format, must be defined for DER format",
181
181
"value": null
182
-
},
182
+
},
183
183
"own-certificate": {
184
184
"help": "Own certificate; in PEM format must be a null terminated c-string, in DER format the own-certificate-len must be set",
0 commit comments