nothing interesting
This commit is contained in:
parent
c30b6994b6
commit
2fb8051e3c
|
|
@ -88,8 +88,10 @@ void loop() {
|
|||
Serial.print('[');Serial.print(radio.SENDERID, DEC);Serial.print("] ");
|
||||
Serial.print(" [RX_RSSI:");Serial.print(radio.readRSSI());Serial.print("]");
|
||||
if (promiscuousMode)
|
||||
{
|
||||
Serial.print("to [");Serial.print(radio.TARGETID, DEC);Serial.print("] ");
|
||||
|
||||
}
|
||||
|
||||
if (radio.DATALEN != sizeof(Payload))
|
||||
Serial.print("Invalid payload received, not matching Payload struct!");
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue