We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d8d7f commit ba19592Copy full SHA for ba19592
Multiprotocol/FX_nrf24l01.ino
@@ -87,7 +87,7 @@ static void __attribute__((unused)) FX_send_packet()
87
packet[packet_length-1]=val;
88
89
//Debug
90
- #if 1
+ #if 0
91
for(uint8_t i=0;i<packet_length;i++)
92
debug("%02X ",packet[i]);
93
debugln("");
0 commit comments