Update Gateway.ino
This commit is contained in:
parent
ce7979c1ef
commit
c01ae0bf4e
|
|
@ -16,7 +16,6 @@
|
||||||
//#define FREQUENCY RF69_915MHZ
|
//#define FREQUENCY RF69_915MHZ
|
||||||
#define ENCRYPTKEY "sampleEncryptKey" //exactly the same 16 characters/bytes on all nodes!
|
#define ENCRYPTKEY "sampleEncryptKey" //exactly the same 16 characters/bytes on all nodes!
|
||||||
//#define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W!
|
//#define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W!
|
||||||
#define ACK_TIME 30 // max # of ms to wait for an ack
|
|
||||||
#define SERIAL_BAUD 115200
|
#define SERIAL_BAUD 115200
|
||||||
|
|
||||||
#ifdef __AVR_ATmega1284P__
|
#ifdef __AVR_ATmega1284P__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue