This commit is contained in:
e2002
2023-03-22 17:06:08 +03:00
parent 4739aadedc
commit 4c9f1bdbb0
4 changed files with 48 additions and 3 deletions

View File

@@ -472,6 +472,9 @@ void onBtnClick(int id) {
}
if (display.mode() == STATIONS) {
display.putRequest(NEWMODE, PLAYER);
#ifdef DSP_LCD
delay(200);
#endif
player.sendCommand({PR_PLAY, display.currentPlItem});
}
break;