Skip to content

Commit

Permalink
SLT try 1a
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Apr 12, 2024
1 parent 3e4f4e3 commit 08d1dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Multiprotocol/XN297Dump_nrf24l01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ static uint16_t XN297Dump_callback()
memcpy(buffer,packet,packet_length);
//if(memcmp(&packet_in[0],&packet[0],packet_length))
{
debug("P:");
debug("C: %02X P:", option);
for(uint8_t i=0;i<packet_length;i++)
debug(" %02X",packet[i]);
debugln("");
Expand Down

0 comments on commit 08d1dcb

Please sign in to comment.