diff --git a/tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino b/tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino index 909ecd0cf..6c3d5015f 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino @@ -212,6 +212,7 @@ void LoraInput(void) { } } else { *--command_part = ' '; // Restore strtok_r '/0' + data[0] = ' '; // Remove TAS_LORA_REMOTE_COMMAND header } } }