mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:38:13 +00:00
Update FX_nrf24l01.ino
This commit is contained in:
parent
d9f8a3989a
commit
80f9ff4163
@ -90,7 +90,7 @@ static void __attribute__((unused)) FX_send_packet()
|
||||
packet[packet_length-1]=val;
|
||||
|
||||
//Debug
|
||||
#if 1
|
||||
#if 0
|
||||
for(uint8_t i=0;i<packet_length;i++)
|
||||
debug("%02X ",packet[i]);
|
||||
debugln("");
|
||||
|
Loading…
x
Reference in New Issue
Block a user