Skip to content

Commit 80f9ff4

Browse files
committed
Update FX_nrf24l01.ino
1 parent d9f8a39 commit 80f9ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Multiprotocol/FX_nrf24l01.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static void __attribute__((unused)) FX_send_packet()
9090
packet[packet_length-1]=val;
9191

9292
//Debug
93-
#if 1
93+
#if 0
9494
for(uint8_t i=0;i<packet_length;i++)
9595
debug("%02X ",packet[i]);
9696
debugln("");

0 commit comments

Comments
 (0)