mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 16:28:10 +00:00
SLT try 1a
This commit is contained in:
parent
3e4f4e36c1
commit
08d1dcbed2
@ -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("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user