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 3ce9f34 commit d3fc6c4Copy full SHA for d3fc6c4
features/frameworks/mbed-client-cli/mbed_lib.json
@@ -42,7 +42,7 @@
42
"value": null
43
},
44
"max_line_length": {
45
- "help": "maximum input line length. Defaults to 200 when not set",
+ "help": "maximum input line length. Defaults to 2000 when not set",
46
47
48
"args_max_count": {
features/frameworks/mbed-client-cli/source/ns_cmdline.c
@@ -215,7 +215,7 @@
215
#endif
216
// Maximum length of input line
217
#ifndef MBED_CONF_CMDLINE_MAX_LINE_LENGTH
218
-#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 200
+#define MBED_CONF_CMDLINE_MAX_LINE_LENGTH 2000
219
220
// Maximum number of arguments in a single command
221
#ifndef MBED_CONF_CMDLINE_ARGS_MAX_COUNT
0 commit comments