Update _433_Programming_New.ino
This commit is contained in:
@@ -43,7 +43,7 @@ void loop() {
|
|||||||
|
|
||||||
if (mySwitch.available()) {
|
if (mySwitch.available()) {
|
||||||
long unsigned int value = mySwitch.getReceivedValue();
|
long unsigned int value = mySwitch.getReceivedValue();
|
||||||
Serial.print("Receiveed Key: ");
|
Serial.print("Received Key: ");
|
||||||
Serial.println(value);
|
Serial.println(value);
|
||||||
mySwitch.resetAvailable();
|
mySwitch.resetAvailable();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user