Generic Switch inversion support fixes #14

This commit is contained in:
Otto Winter
2018-05-17 17:20:43 +02:00
parent ebb5991889
commit 3a9febaf85
6 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ void setup() {
void loop() {
App.loop();
delay(1);
delay(16);
}
""")