console strtok FIX
This commit is contained in:
parent
352b3ed89f
commit
87cca64c79
@ -73,7 +73,7 @@ void consoleHandle(char *cmd) {
|
||||
_reboot();
|
||||
} else if (strcmp(first, "debug") == 0) {
|
||||
_debug();
|
||||
} else if (strcmp(first, "config reset") == 0) {
|
||||
} else if (strcmp(first, "config_reset") == 0) {
|
||||
configReset();
|
||||
} else if (!patrix_command((char *) cmd)) {
|
||||
info("Unknown command: %s", cmd);
|
||||
@ -86,7 +86,7 @@ void _usage() {
|
||||
info("debug");
|
||||
|
||||
info("reboot");
|
||||
info("config reset");
|
||||
info("config_reset");
|
||||
|
||||
info("wifi reconnect");
|
||||
info("wifi ssid <SSID>");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user