From 9687f5955548e4c08eee39fb068d2da431dc14ff Mon Sep 17 00:00:00 2001 From: Arto Kinnunen Date: Thu, 2 May 2019 13:58:38 +0300 Subject: [PATCH] Update mesh related configuration help texts -Update mbed-mesh-api nanostack heap-size configuration help -Add WISUN to netsocket default-mesh-type configuration help --- features/nanostack/mbed-mesh-api/mbed_lib.json | 2 +- features/netsocket/mbed_lib.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/nanostack/mbed-mesh-api/mbed_lib.json b/features/nanostack/mbed-mesh-api/mbed_lib.json index 90097639c4..fd9fedbcd8 100644 --- a/features/nanostack/mbed-mesh-api/mbed_lib.json +++ b/features/nanostack/mbed-mesh-api/mbed_lib.json @@ -3,7 +3,7 @@ "requires": ["nanostack"], "config": { "heap-size": { - "help": "Nanostack's heap size [bytes: 0-65534]", + "help": "Nanostack's heap size [bytes: 0-‭4294967295‬]", "value": 32500 }, "use-malloc-for-heap": { diff --git a/features/netsocket/mbed_lib.json b/features/netsocket/mbed_lib.json index e1b90c8142..a3645f25cf 100644 --- a/features/netsocket/mbed_lib.json +++ b/features/netsocket/mbed_lib.json @@ -39,7 +39,7 @@ "value": null }, "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" }, "dns-response-wait-time": {