Provide a way to transition between effects.
Unclerojelio opened this issue · 2 comments
Unclerojelio commented
Currently the two available effects are hard coded into the main function and one or the other must be commented out and the program reflashed in order to switch between the two. It is desired to provide a way switch between the animations remotely. This could be done several ways.
- Blynk
- Onboard Webserver
- MQTT
- IR Remote
- Button
- Bluetooth BLE
Unclerojelio commented
The current idea is to use Bluetooth BLE via the Blynk library and app. The Arduino example Examples/Blynk/Boards_Bluetooth/ESP32_BLE can be used.
Unclerojelio commented
Implemented and branch pushed. Ready for testing.