[RF69] Fixed incorrect variable name
This commit is contained in:
parent
a7578327e8
commit
a7d9b9351d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ void setup() {
|
||||||
|
|
||||||
// set the function that will be called
|
// set the function that will be called
|
||||||
// when new packet is received
|
// when new packet is received
|
||||||
lora.setDio0Action(setFlag);
|
rf.setDio0Action(setFlag);
|
||||||
|
|
||||||
// start listening for packets
|
// start listening for packets
|
||||||
Serial.print(F("Starting to listen ... "));
|
Serial.print(F("Starting to listen ... "));
|
||||||
|
|
Loading…
Add table
Reference in a new issue