Update TxPowerTest_Receiver.ino

This commit is contained in:
Felix Rusu 2021-08-31 16:06:48 -04:00
parent 2f716bb575
commit 4704bf4766
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// Copyright Felix Rusu 2021, http://www.LowPowerLab.com/contact
// **********************************************************************************
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
#include <RFM69Registers.h> //get it here: https://www.github.com/lowpowerlab/rfm69
#include <RFM69registers.h> //get it here: https://www.github.com/lowpowerlab/rfm69
#define NODEID 1 //must be unique for each node on same network (range up to 254, 255 is used for broadcast)
#define NETWORKID 100 //the same on all nodes that talk to each other (range up to 255)