own config module

This commit is contained in:
2026-01-06 10:45:42 +01:00
parent fa6a19d1aa
commit 25b2c028b6
6 changed files with 239 additions and 154 deletions

View File

@ -56,8 +56,6 @@ void app_main(void)
}
}
control_reset_config();
// Create animation update task
BaseType_t task_ret = xTaskCreate(
animation_task,