We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e886501 commit 5f77814Copy full SHA for 5f77814
main/src/user/audio.c
@@ -22,10 +22,10 @@
22
#define TAG "audio"
23
24
static const char *mp3_file_ptr[][2] = {
25
- {snd0_mp3_ptr, snd0_mp3_end}, // "音頻連接"
26
- {snd1_mp3_ptr, snd1_mp3_end}, // "音頻斷開"
27
- {snd2_mp3_ptr, snd2_mp3_end}, // "系統甦醒"
28
- {snd3_mp3_ptr, snd3_mp3_end} // "系統睡眠"
+ {snd0_mp3_ptr, snd0_mp3_end}, // "Connected"
+ {snd1_mp3_ptr, snd1_mp3_end}, // "Disconnected"
+ {snd2_mp3_ptr, snd2_mp3_end}, // "Resume"
+ {snd3_mp3_ptr, snd3_mp3_end} // "Sleep"
29
};
30
static uint8_t mp3_file_index = 0;
31
static uint8_t playback_pending = 0;
0 commit comments