Обновлено android приложение, сканирование сети для добавления лампы, + 2 эффекта, откат к стандартной библиотеке GyverButton

This commit is contained in:
gunner47
2019-08-01 09:53:12 +03:00
parent 5da7bb8811
commit 7e8dbfd8ad
14 changed files with 254 additions and 17 deletions

View File

@@ -45,6 +45,10 @@ void effectsTick()
break;
case 17: lightersRoutine();
break;
case 18: lightBalls();
break;
case 19: whiteColor();
break;
}
FastLED.show();
}