fix broadcast address notes, take2

This commit is contained in:
Felix Rusu 2019-06-06 19:22:12 -04:00
parent 1b2ac4a8c2
commit 3705da88eb
2 changed files with 1 additions and 2 deletions

View File

@ -161,7 +161,6 @@ void loop() {
if (radio.ACKRequested()) if (radio.ACKRequested())
{ {
byte theNodeID = radio.SENDERID;
radio.sendACK(); radio.sendACK();
DEBUG("[ACK-sent]"); DEBUG("[ACK-sent]");
} }

View File

@ -143,7 +143,7 @@
#define null 0 #define null 0
#define COURSE_TEMP_COEF -90 // puts the temperature reading in the ballpark, user can fine tune the returned value #define COURSE_TEMP_COEF -90 // puts the temperature reading in the ballpark, user can fine tune the returned value
#define RF69_BROADCAST_ADDR RF_BROADCASTADDRESS_VALUE //0x0 #define RF69_BROADCAST_ADDR 0
#define RF69_CSMA_LIMIT_MS 1000 #define RF69_CSMA_LIMIT_MS 1000
#define RF69_TX_LIMIT_MS 1000 #define RF69_TX_LIMIT_MS 1000
#define RF69_FSTEP 61.03515625 // == FXOSC / 2^19 = 32MHz / 2^19 (p13 in datasheet) #define RF69_FSTEP 61.03515625 // == FXOSC / 2^19 = 32MHz / 2^19 (p13 in datasheet)