From dde29cfb8cedd1d9ce6601fb4e90598d36802c66 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Thu, 15 Aug 2013 21:40:41 -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 4563a8e..912564a 100644 --- a/Examples/Gateway/Gateway.ino +++ b/Examples/Gateway/Gateway.ino @@ -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];