Remove command header

This commit is contained in:
Theo Arends 2024-05-21 16:48:14 +02:00
parent 00a389bbb2
commit 08afd40823

View File

@ -212,6 +212,7 @@ void LoraInput(void) {
}
} else {
*--command_part = ' '; // Restore strtok_r '/0'
data[0] = ' '; // Remove TAS_LORA_REMOTE_COMMAND header
}
}
}