File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
features/nanostack/mbed-mesh-api Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"requires" : [" nanostack" ],
4
4
"config" : {
5
5
"heap-size" : {
6
- "help" : " Nanostack's heap size [bytes: 0- 4294967295 ]" ,
6
+ "help" : " Nanostack's heap size [bytes: 0-4294967295]" ,
7
7
"value" : 32500
8
8
},
9
9
"mac-neigh-table-size" : {
142
142
},
143
143
"wisun-uc-fixed-channel" : {
144
144
"help" : " Default 16-bit fixed channel for unicast. Used when channel hopping is not desired." ,
145
- "value_max" : 65535 ,
146
- "value" : 65535
145
+ "value_max" : 65535 ,
146
+ "value" : 65535
147
147
},
148
148
"wisun-bc-fixed-channel" : {
149
149
"help" : " Default 16-bit fixed channel for multicast. Used when channel hopping is not desired." ,
150
- "value_max" : 65535 ,
151
- "value" : 65535
150
+ "value_max" : 65535 ,
151
+ "value" : 65535
152
152
},
153
153
"wisun-bc-interval" : {
154
154
"help" : " 32-bit broadcast interval. Duration between broadcast dwell intervals. Wi-SUN stack default value will be used when set to 0." ,
180
180
"root-certificate-len" : {
181
181
"help" : " Root certificate length; optional for PEM format, must be defined for DER format" ,
182
182
"value" : null
183
- },
183
+ },
184
184
"own-certificate" : {
185
185
"help" : " Own certificate; in PEM format must be a null terminated c-string, in DER format the own-certificate-len must be set" ,
186
186
"value" : null
196
196
"own-certificate-key-len" : {
197
197
"help" : " Own certificate's key length; optional for PEM format, must be defined for DER format" ,
198
198
"value" : null
199
- }
199
+ }
200
200
},
201
201
"target_overrides" : {
202
202
"KW41Z" : {
You can’t perform that action at this time.
0 commit comments