Minor changes

Minor changes
This commit is contained in:
BPoH_Voodoo
2018-09-03 14:26:33 +02:00
parent 7a4f595c04
commit 9fb3f96e5f
2 changed files with 169 additions and 169 deletions
+2 -2
View File
@@ -400,14 +400,14 @@ void autoTick() {
}
void handleAutoStart() {
mode = AUTO;
//mode = AUTO;
autoCount = 0;
autoTick();
strip.start();
}
void handleAutoStop() {
mode = OFF;
//mode = OFF;
autoTicker.detach();
strip.stop();
}