From 8b9483a7db1a795dea9093b149038054c98c2faf Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Mon, 1 Jul 2013 16:25:50 -0400 Subject: [PATCH] Update Gateway.ino --- Examples/Gateway/Gateway.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];