We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4122b0 commit 9687f59Copy full SHA for 9687f59
features/nanostack/mbed-mesh-api/mbed_lib.json
@@ -3,7 +3,7 @@
3
"requires": ["nanostack"],
4
"config": {
5
"heap-size": {
6
- "help": "Nanostack's heap size [bytes: 0-65534]",
+ "help": "Nanostack's heap size [bytes: 0-4294967295]",
7
"value": 32500
8
},
9
"use-malloc-for-heap": {
features/netsocket/mbed_lib.json
@@ -39,7 +39,7 @@
39
"value": null
40
41
"default-mesh-type": {
42
- "help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD]",
+ "help": "Configuration type for MeshInterface::get_default_instance(). [LOWPAN/THREAD/WISUN]",
43
"value": "THREAD"
44
45
"dns-response-wait-time": {
0 commit comments