Better settings management.
This commit is contained in:
parent
c3362d42af
commit
e01f301c9c
6 changed files with 309 additions and 112 deletions
|
|
@ -489,9 +489,10 @@ void I2SAudioTask(void *pvParameters)
|
|||
|
||||
if (result == SYSTEMK_RESULT_FILESYSTEM_NOT_PRESENT)
|
||||
{
|
||||
Play_Audio_File("/spiffs/KTag_broken.mp3");
|
||||
result = Play_Audio_File("/spiffs/KTag_broken.mp3");
|
||||
}
|
||||
else if (result == SYSTEMK_RESULT_SUCCESS)
|
||||
|
||||
if (result == SYSTEMK_RESULT_SUCCESS)
|
||||
{
|
||||
if (action.Play_To_Completion == true)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue