[RF69] Fixed incorrect variable name

pull/13/head
Jan Gromeš 2018-09-22 18:53:02 +02:00
rodzic a7578327e8
commit a7d9b9351d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 ... "));