From 0f66d1d92d2f01bc0099051c60bd9d1cf72fa351 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Tue, 23 Jun 2015 08:50:31 -0400 Subject: [PATCH] Update PiGateway.ino --- Examples/PiGateway/PiGateway.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/PiGateway/PiGateway.ino b/Examples/PiGateway/PiGateway.ino index c95c677..b9d3dd2 100644 --- a/Examples/PiGateway/PiGateway.ino +++ b/Examples/PiGateway/PiGateway.ino @@ -21,7 +21,7 @@ #define NODEID 1 #define NETWORKID 200 #define FREQUENCY RF69_915MHZ //Match this with the version of your Moteino! (others: RF69_433MHZ, RF69_868MHZ) -#define ENCRYPTKEY "thisIsEncryptKey" //has to be same 16 characters/bytes on all nodes, not more not less! +#define ENCRYPTKEY "sampleEncryptKey" //has to be same 16 characters/bytes on all nodes, not more not less! #define IS_RFM69HW //uncomment only for RFM69HW! Leave out if you have RFM69W! #define LED 9 #define FLASH_CS 8 @@ -143,4 +143,4 @@ void Blink(byte PIN, int DELAY_MS) // Serial.setTimeout(0); // //Serial.println(); // return inputLen; -//} \ No newline at end of file +//}