Update app.

This commit is contained in:
Colin 2025-12-19 22:19:20 +08:00
parent ef2a154c91
commit fe83699845
1 changed files with 2 additions and 3 deletions

View File

@ -122,9 +122,8 @@ void mp3_player_init(void) {
player_config.priority = 6;
player_config.coreID = 1;
// ESP_ERROR_CHECK(audio_player_new(player_config));
// ESP_ERROR_CHECK(audio_player_callback_register(_audio_player_callback,
// NULL));
ESP_ERROR_CHECK(audio_player_new(player_config));
ESP_ERROR_CHECK(audio_player_callback_register(_audio_player_callback, NULL));
// 显示界面
music_ui();