mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-20 00:32:37 +01:00
tab in sendhex fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user