Update Struct_receive.ino

This commit is contained in:
Felix Rusu 2015-06-08 08:07:00 -04:00
parent 4b82e285b0
commit edcd54fda0
1 changed files with 1 additions and 1 deletions

View File

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