Update Doorbell-Sender.ino
This commit is contained in:
@@ -44,7 +44,6 @@ void loop() {
|
||||
if ((WiFi.status() == WL_CONNECTED)) {
|
||||
|
||||
buttonState = digitalRead(buttonPin);
|
||||
Serial.println(buttonState);
|
||||
delay(100);
|
||||
|
||||
if (buttonState == HIGH) {
|
||||
|
||||
Reference in New Issue
Block a user