From edcd54fda0a6c1ed2f5d72397f438efbb31008e9 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Mon, 8 Jun 2015 08:07:00 -0400 Subject: [PATCH] Update Struct_receive.ino --- Examples/Struct_receive/Struct_receive.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Struct_receive/Struct_receive.ino b/Examples/Struct_receive/Struct_receive.ino index 78f372e..1dd8c5b 100644 --- a/Examples/Struct_receive/Struct_receive.ino +++ b/Examples/Struct_receive/Struct_receive.ino @@ -5,7 +5,7 @@ #define NODEID 1 #define NETWORKID 100 #define FREQUENCY RF69_433MHZ //Match this with the version of your Moteino! (others: RF69_433MHZ, RF69_868MHZ) -#define KEY "thisIsEncryptKey" //has to be same 16 characters/bytes on all nodes, not more not less! +#define KEY "sampleEncryptKey" //has to be same 16 characters/bytes on all nodes, not more not less! #define LED 9 #define SERIAL_BAUD 115200 #define ACK_TIME 30 // # of ms to wait for an ack