Update mesh related configuration help texts

-Update mbed-mesh-api nanostack heap-size configuration help
-Add WISUN to netsocket default-mesh-type configuration help
pull/10624/head
Arto Kinnunen 2019-05-02 13:58:38 +03:00
parent d4122b0b3a
commit 9687f59555
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"requires": ["nanostack"], "requires": ["nanostack"],
"config": { "config": {
"heap-size": { "heap-size": {
"help": "Nanostack's heap size [bytes: 0-65534]", "help": "Nanostack's heap size [bytes: 0-4294967295]",
"value": 32500 "value": 32500
}, },
"use-malloc-for-heap": { "use-malloc-for-heap": {

View File

@ -39,7 +39,7 @@
"value": null "value": null
}, },
"default-mesh-type": { "default-mesh-type": {
"help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]", "help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD/WISUN]",
"value": "THREAD" "value": "THREAD"
}, },
"dns-response-wait-time": { "dns-response-wait-time": {