Update Node.ino

This commit is contained in:
LowPowerLab 2013-08-05 10:34:03 -04:00
parent 0c45be8b48
commit 67dbd270f3
1 changed files with 5 additions and 5 deletions

View File

@ -49,10 +49,10 @@ void loop() {
if (input == 'r') //d=dump register values
radio.readAllRegs();
if (input == 'E') //E=enable encryption
radio.encrypt(KEY);
if (input == 'e') //e=disable encryption
radio.encrypt(null);
//if (input == 'E') //E=enable encryption
// radio.encrypt(KEY);
//if (input == 'e') //e=disable encryption
// radio.encrypt(null);
if (input == 'd') //d=dump flash area
{
@ -146,4 +146,4 @@ void Blink(byte PIN, int DELAY_MS)
// return true;
// }
// return false;
//}
//}