Skip to content

Commit 9687f59

Browse files
author
Arto Kinnunen
committed
Update mesh related configuration help texts
-Update mbed-mesh-api nanostack heap-size configuration help -Add WISUN to netsocket default-mesh-type configuration help
1 parent d4122b0 commit 9687f59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/nanostack/mbed-mesh-api/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"requires": ["nanostack"],
44
"config": {
55
"heap-size": {
6-
"help": "Nanostack's heap size [bytes: 0-65534]",
6+
"help": "Nanostack's heap size [bytes: 0-‭4294967295‬]",
77
"value": 32500
88
},
99
"use-malloc-for-heap": {

features/netsocket/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"value": null
4040
},
4141
"default-mesh-type": {
42-
"help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]",
42+
"help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD/WISUN]",
4343
"value": "THREAD"
4444
},
4545
"dns-response-wait-time": {

0 commit comments

Comments
 (0)