Update Node.ino
This commit is contained in:
parent
0c45be8b48
commit
67dbd270f3
|
|
@ -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;
|
||||
//}
|
||||
//}
|
||||
|
|
|
|||
Loading…
Reference in New Issue