fix broadcast address notes, take2
This commit is contained in:
parent
1b2ac4a8c2
commit
3705da88eb
|
|
@ -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]");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
RFM69.h
2
RFM69.h
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue