From 01038e8afa35212e09b05aaab5696ab962095f12 Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Tue, 29 Mar 2016 17:06:23 -0400 Subject: [PATCH] adjust encrypt key --- Examples/PiGateway/PiGateway_withLCD.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/PiGateway/PiGateway_withLCD.ino b/Examples/PiGateway/PiGateway_withLCD.ino index e906d5b..3a40c97 100644 --- a/Examples/PiGateway/PiGateway_withLCD.ino +++ b/Examples/PiGateway/PiGateway_withLCD.ino @@ -26,6 +26,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 "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