diff --git a/Examples/Gateway/Gateway.ino b/Examples/Gateway/Gateway.ino index 11237a5..4b5354b 100644 --- a/Examples/Gateway/Gateway.ino +++ b/Examples/Gateway/Gateway.ino @@ -14,7 +14,7 @@ bool promiscuousMode = false; //set to 'true' to sniff all packets on the same n void setup() { Serial.begin(SERIAL_BAUD); - radio.initialize(RF69_915MHZ,NODEID,NETWORKID); + radio.initialize(FREQUENCY,NODEID,NETWORKID); radio.encrypt(KEY); radio.promiscuous(promiscuousMode); char buff[50];