[RF69] Removed redundant comment
This commit is contained in:
parent
44e4a16b8b
commit
e050cb95ee
1 changed files with 0 additions and 8 deletions
|
@ -96,14 +96,6 @@ void loop() {
|
||||||
// print the data of the packet
|
// print the data of the packet
|
||||||
Serial.print(F("[RF69] Data:\t\t"));
|
Serial.print(F("[RF69] Data:\t\t"));
|
||||||
Serial.println(str);
|
Serial.println(str);
|
||||||
/*
|
|
||||||
for(int i = 0; i < 8; i++) {
|
|
||||||
Serial.print("0x");
|
|
||||||
Serial.print(byteArr[i], HEX);
|
|
||||||
Serial.print(' ');
|
|
||||||
}
|
|
||||||
Serial.println();
|
|
||||||
*/
|
|
||||||
|
|
||||||
} else if (state == ERR_RX_TIMEOUT) {
|
} else if (state == ERR_RX_TIMEOUT) {
|
||||||
// timeout occurred while waiting for a packet
|
// timeout occurred while waiting for a packet
|
||||||
|
|
Loading…
Add table
Reference in a new issue