[RF69] Fixed incorrect variable name

This commit is contained in:
Jan Gromeš 2018-09-22 18:53:02 +02:00
parent a7578327e8
commit a7d9b9351d

View file

@ -19,7 +19,7 @@ void setup() {
// set the function that will be called
// when new packet is received
lora.setDio0Action(setFlag);
rf.setDio0Action(setFlag);
// start listening for packets
Serial.print(F("Starting to listen ... "));