Skip to content

Commit 3195344

Browse files
committed
Report setting along with error
1 parent f3ec9ee commit 3195344

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
@@ -180,7 +180,7 @@ t_cliResult processCommand(char *cmdBuffer)
180180
}
181181
else
182182
{
183-
commandSendErrorResponse(tokens[0], (char *)"Unknown setting");
183+
commandSendErrorResponse(tokens[0], tokens[1], (char *)"Unknown setting");
184184
return (CLI_UNKNOWN_SETTING);
185185
}
186186
}

0 commit comments

Comments
 (0)