WIP: feature/esp32-ng-basic #1

Draft
localhorst wants to merge 27 commits from feature/esp32-ng-basic into master
Showing only changes of commit a08dba780a - Show all commits
-3
View File
@@ -17,9 +17,6 @@
static const char *TAG = "CONTROL"; static const char *TAG = "CONTROL";
static uint8_t current_animation_mode = 0; static uint8_t current_animation_mode = 0;
// Forward declarations
static void on_mode_change();
// Animation mode change callback // Animation mode change callback
static void on_mode_change() static void on_mode_change()
{ {