diff --git a/Examples/Node/Node.ino b/Examples/Node/Node.ino index 3a9edd6..324cccf 100644 --- a/Examples/Node/Node.ino +++ b/Examples/Node/Node.ino @@ -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; -//} \ No newline at end of file +//}