From 08afd4082309b5c97653b568c490ec49da27903d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 21 May 2024 16:48:14 +0200 Subject: [PATCH] Remove command header --- tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino | 1 + 1 file changed, 1 insertion(+) 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 } } }