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
|
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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue