Update Gateway.ino

This commit is contained in:
LowPowerLab 2013-07-01 16:25:50 -04:00
parent 54181afc73
commit 8b9483a7db
1 changed files with 1 additions and 1 deletions

View File

@ -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];