Correcting annoying AirPlay bug! - release

This commit is contained in:
philippe44
2020-03-01 00:25:09 -08:00
parent 9759c0dbef
commit 0bf2c11fdb
2 changed files with 8 additions and 6 deletions

View File

@@ -192,7 +192,7 @@ static void displayer_task(void *args) {
// handler elapsed track time
if (displayer.timer && displayer.state == DISPLAYER_ACTIVE) {
char counter[12];
char counter[16];
TickType_t tick = xTaskGetTickCount();
uint32_t elapsed = (tick - displayer.tick) * portTICK_PERIOD_MS;