tab in sendhex fix

This commit is contained in:
Tester23
2026-01-28 00:00:21 +01:00
parent 17dbe1e44b
commit 908b873dd6

View File

@@ -205,7 +205,7 @@ commandResult_t CMD_UART_FakeHex(const void *context, const char *cmd, const cha
}
while (*args) {
byte b;
if (*args == ' ') {
if (*args == ' ' || *args == '\t') {
args++;
continue;
}