Update Gateway.ino
This commit is contained in:
parent
4f7057f7b3
commit
dde29cfb8c
|
|
@ -18,7 +18,7 @@ void setup() {
|
|||
Serial.begin(SERIAL_BAUD);
|
||||
delay(10);
|
||||
radio.initialize(FREQUENCY,NODEID,NETWORKID);
|
||||
//radio.setHighPower(); //uncomment only for RFM69HW!
|
||||
//radio.setHighPower(); //must uncomment for RFM69HW!
|
||||
radio.encrypt(KEY);
|
||||
radio.promiscuous(promiscuousMode);
|
||||
char buff[50];
|
||||
|
|
|
|||
Loading…
Reference in New Issue