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": {