diff --git a/recv/recv.ino b/recv/recv.ino index a19ad24..e5fdbcf 100644 --- a/recv/recv.ino +++ b/recv/recv.ino @@ -9,7 +9,7 @@ // Listen in on packets even if they weren't meant for us -bool spy = true; +bool spy = false; RFM69 radio;