Better settings management.

This commit is contained in:
Joe Kearney 2025-11-30 14:27:08 -06:00
parent c3362d42af
commit e01f301c9c
6 changed files with 309 additions and 112 deletions

View file

@ -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)
{