Skip to content

Commit

Permalink
🔊 Implements logging for open/close button
Browse files Browse the repository at this point in the history
  • Loading branch information
donatmarko committed Jan 17, 2019
1 parent 38ecd86 commit 24776d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ void ICACHE_RAM_ATTR loop()
#ifdef DEBUG
Serial.println("Button has been pressed");
#endif

writeLatest("", "(used open/close button)", 1);
activateRelay = true;
}

Expand Down

0 comments on commit 24776d6

Please sign in to comment.