Skip to content

Remove invalid unicode characters from mesh-api/mbed_lib.json #13257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions features/nanostack/mbed-mesh-api/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"requires": ["nanostack"],
"config": {
"heap-size": {
"help": "Nanostack's heap size [bytes: 0-4294967295]",
"help": "Nanostack's heap size [bytes: 0-4294967295]",
"value": 32500
},
"mac-neigh-table-size": {
Expand Down Expand Up @@ -142,13 +142,13 @@
},
"wisun-uc-fixed-channel": {
"help": "Default 16-bit fixed channel for unicast. Used when channel hopping is not desired.",
"value_max": 65535,
"value": 65535
"value_max": 65535,
"value": 65535
},
"wisun-bc-fixed-channel": {
"help": "Default 16-bit fixed channel for multicast. Used when channel hopping is not desired.",
"value_max": 65535,
"value": 65535
"value_max": 65535,
"value": 65535
},
"wisun-bc-interval": {
"help": "32-bit broadcast interval. Duration between broadcast dwell intervals. Wi-SUN stack default value will be used when set to 0.",
Expand Down Expand Up @@ -180,7 +180,7 @@
"root-certificate-len": {
"help": "Root certificate length; optional for PEM format, must be defined for DER format",
"value": null
},
},
"own-certificate": {
"help": "Own certificate; in PEM format must be a null terminated c-string, in DER format the own-certificate-len must be set",
"value": null
Expand All @@ -196,7 +196,7 @@
"own-certificate-key-len": {
"help": "Own certificate's key length; optional for PEM format, must be defined for DER format",
"value": null
}
}
},
"target_overrides": {
"KW41Z": {
Expand Down