Skip to content

Commit

Permalink
Remove command header
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed May 21, 2024
1 parent 00a389b commit 08afd40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ void LoraInput(void) {
}
} else {
*--command_part = ' '; // Restore strtok_r '/0'
data[0] = ' '; // Remove TAS_LORA_REMOTE_COMMAND header
}
}
}
Expand Down

0 comments on commit 08afd40

Please sign in to comment.