Update recv/recv.ino
This commit is contained in:
parent
b6e9091296
commit
63372ff94f
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
|
|
||||||
// Listen in on packets even if they weren't meant for us
|
// Listen in on packets even if they weren't meant for us
|
||||||
bool spy = true;
|
bool spy = false;
|
||||||
|
|
||||||
RFM69 radio;
|
RFM69 radio;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue