1
0
Fork 0
forked from len0rd/rockbox

shortcuts: add missing voice for sleep shortcuts without name

Change-Id: I1178be8c82671d64746297306b27ee9ccb50c1a2
This commit is contained in:
Christian Soffke 2025-06-06 18:57:28 +02:00
parent e9d0be5dfd
commit 94cf3403e2
4 changed files with 10 additions and 9 deletions

View file

@ -101,7 +101,7 @@ const char* format_sleeptimer(char* buffer, size_t buffer_size,
canceled, and how long it will be or how long is remaining in brackets */
char* string_sleeptimer(char *buffer, size_t buffer_len);
int toggle_sleeptimer(void);
void talk_sleeptimer(void);
void talk_sleeptimer(int custom_duration);
#if CONFIG_RTC
void talk_timedate(void);