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 if (input == 'r') //d=dump register values
radio.readAllRegs(); radio.readAllRegs();
if (input == 'E') //E=enable encryption //if (input == 'E') //E=enable encryption
radio.encrypt(KEY); // radio.encrypt(KEY);
if (input == 'e') //e=disable encryption //if (input == 'e') //e=disable encryption
radio.encrypt(null); // radio.encrypt(null);
if (input == 'd') //d=dump flash area if (input == 'd') //d=dump flash area
{ {