fix navigation animation
This commit is contained in:
@ -76,6 +76,8 @@ void app_main(void)
|
||||
}
|
||||
}
|
||||
|
||||
animation_set_mode((animation_mode_t)control_get_animation_mode());
|
||||
|
||||
ESP_LOGI(TAG, "System initialized successfully");
|
||||
|
||||
// Main loop - just monitor system status
|
||||
@ -84,6 +86,6 @@ void app_main(void)
|
||||
vTaskDelay(pdMS_TO_TICKS(5000));
|
||||
|
||||
// Periodic status logging
|
||||
ESP_LOGI(TAG, "Status - Mode: %d", control_get_animation_mode());
|
||||
ESP_LOGI(TAG, "Animation Mode set to: %s", animation_get_mode_name(control_get_animation_mode()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user