app: display when error with SD card

This commit is contained in:
King Kévin 2021-06-24 20:30:55 +02:00
parent bc06b38260
commit 630945b27c
1 changed files with 2 additions and 0 deletions

View File

@ -394,6 +394,8 @@ static bool mp3_response(void)
break;
case 0x40:
puts("error");
led_tm1637_text("sder"); // show we have an issue with the SD card
led_tm1637_on(); // switch on display
break;
case 0x41:
puts("ack");