mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
completed BT/AirPlay display
This commit is contained in:
@@ -108,7 +108,7 @@ static bool cmd_handler(raop_event_t event, ...) {
|
||||
break;
|
||||
}
|
||||
case RAOP_PROGRESS: {
|
||||
u32_t elapsed = va_arg(args, u32_t), duration = va_arg(args, u32_t);
|
||||
int elapsed = va_arg(args, int), duration = va_arg(args, int);
|
||||
displayer_timer(DISPLAYER_ELAPSED, elapsed, duration);
|
||||
chain = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user