Update recv/recv.ino

This commit is contained in:
franchioping 2025-06-27 18:20:27 +01:00
parent b6e9091296
commit 63372ff94f
1 changed files with 1 additions and 1 deletions

View File

@ -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;