Skip to content

Commit 6bf9cae

Browse files
committed
Fix SPEXE error output format
1 parent ae931df commit 6bf9cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuCommands.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ t_cliResult processCommand(char *cmdBuffer)
284284
}
285285
else
286286
{
287-
commandSendErrorResponse(tokens[0], tokens[1], (char *)"Unknown command");
287+
commandSendExecuteErrorResponse(tokens[0], tokens[1], (char *)"Unknown command");
288288
return (CLI_UNKNOWN_COMMAND);
289289
}
290290
}

0 commit comments

Comments
 (0)