v0.9.122
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.118"
|
||||
#define YOVERSION "0.9.122"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
||||
Reference in New Issue
Block a user