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 33 "requires" : [" nanostack" ],
44 "config" : {
55 "heap-size" : {
6- "help" : " Nanostack's heap size [bytes: 0- 4294967295 ]" ,
6+ "help" : " Nanostack's heap size [bytes: 0-4294967295]" ,
77 "value" : 32500
88 },
99 "mac-neigh-table-size" : {
142142 },
143143 "wisun-uc-fixed-channel" : {
144144 "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
147147 },
148148 "wisun-bc-fixed-channel" : {
149149 "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
152152 },
153153 "wisun-bc-interval" : {
154154 "help" : " 32-bit broadcast interval. Duration between broadcast dwell intervals. Wi-SUN stack default value will be used when set to 0." ,
180180 "root-certificate-len" : {
181181 "help" : " Root certificate length; optional for PEM format, must be defined for DER format" ,
182182 "value" : null
183- },
183+ },
184184 "own-certificate" : {
185185 "help" : " Own certificate; in PEM format must be a null terminated c-string, in DER format the own-certificate-len must be set" ,
186186 "value" : null
196196 "own-certificate-key-len" : {
197197 "help" : " Own certificate's key length; optional for PEM format, must be defined for DER format" ,
198198 "value" : null
199- }
199+ }
200200 },
201201 "target_overrides" : {
202202 "KW41Z" : {
You can’t perform that action at this time.
0 commit comments