Increase the priority of decoding tasks to improve the problem of noise when the UI is updated

This commit is contained in:
Yu Zhe
2021-12-17 11:15:59 +08:00
parent 0384f0e71b
commit 5d6456fa30
+1 -1
View File
@@ -427,7 +427,7 @@ esp_err_t mp3_player_start(char *file_path)
(const char * const) "Audio Task",
(const uint32_t) 4 * 1024,
(void * const) file_path,
(UBaseType_t) 1,
(UBaseType_t) configMAX_PRIORITIES - 1,
(TaskHandle_t * const) NULL,
(const BaseType_t) 0);