Added support for input switch

Support one input switch for ON/OFF the LED strip. Also possible to program three modes (short / medium / long press)
This commit is contained in:
Szép Norbert
2018-01-18 12:21:26 +01:00
committed by GitHub
parent 970c790558
commit 84bf3fe255
5 changed files with 114 additions and 14 deletions
+1 -1
View File
@@ -155,4 +155,4 @@ void handleFileList() {
output += "]";
server.send(200, "text/json", output);
}