Update PiGateway.ino

This commit is contained in:
Felix Rusu 2015-06-23 08:50:31 -04:00
parent edcd54fda0
commit 0f66d1d92d
1 changed files with 2 additions and 2 deletions

View File

@ -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;
//}
//}