Skip to content

Commit 5f77814

Browse files
committed
audio: update comments
1 parent e886501 commit 5f77814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main/src/user/audio.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
#define TAG "audio"
2323

2424
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} // "系統睡眠"
25+
{snd0_mp3_ptr, snd0_mp3_end}, // "Connected"
26+
{snd1_mp3_ptr, snd1_mp3_end}, // "Disconnected"
27+
{snd2_mp3_ptr, snd2_mp3_end}, // "Resume"
28+
{snd3_mp3_ptr, snd3_mp3_end} // "Sleep"
2929
};
3030
static uint8_t mp3_file_index = 0;
3131
static uint8_t playback_pending = 0;

0 commit comments

Comments
 (0)