WIP: feature/esp32-ng-basic #1

Draft
localhorst wants to merge 22 commits from feature/esp32-ng-basic into master
21 changed files with 4627 additions and 326 deletions
Showing only changes of commit a08dba780a - Show all commits

View File

@ -17,9 +17,6 @@
static const char *TAG = "CONTROL";
static uint8_t current_animation_mode = 0;
// Forward declarations
static void on_mode_change();
// Animation mode change callback
static void on_mode_change()
{