fix
This commit is contained in:
@ -77,7 +77,7 @@ const cmd_t CONFIG_COMMANDS[] = {
|
|||||||
.help = \
|
.help = \
|
||||||
"show ................................. Show the configuration\n\r"
|
"show ................................. Show the configuration\n\r"
|
||||||
},
|
},
|
||||||
{ .name = "set", cmdFunc = setCmd,
|
{ .name = "set", .cmdFunc = setCmd,
|
||||||
.help = \
|
.help = \
|
||||||
"set .................................. Set configuration parameters\n\r" \
|
"set .................................. Set configuration parameters\n\r" \
|
||||||
" Argument ? gives a list of \n\r" \
|
" Argument ? gives a list of \n\r" \
|
||||||
|
Reference in New Issue
Block a user