Skip to content

Commit

Permalink
Even better fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arendst committed May 21, 2024
1 parent 140e479 commit 73350da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasmota/tasmota_xdrv_driver/xdrv_73_9_lora.ino
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ void LoraInput(void) {
}
} else {
*--command_part = ' '; // Restore strtok_r '/0'
rcvd_data++; // Remove TAS_LORA_REMOTE_COMMAND header
packet_size--;
}
}
rcvd_data++; // Remove TAS_LORA_REMOTE_COMMAND header
packet_size--; // Adjust packet size
}

bool raw = Lora->raw;
Expand Down

0 comments on commit 73350da

Please sign in to comment.