Skip to content

Commit 4739aad

Browse files
committed
dummy_ready_118
1 parent ae4e443 commit 4739aad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

yoRadio/src/core/display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ void Display::_start(){
546546
//nextion.putcmd("page player");
547547
nextion.start();
548548
#endif
549+
config.setTitle(const_PlReady);
549550
}
550551
void Display::putRequest(displayRequestType_e type, int payload){
551552
if(type==DSP_START) _start();

yoRadio/src/core/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef options_h
22
#define options_h
33

4-
#define YOVERSION "0.9.115"
4+
#define YOVERSION "0.9.118"
55

66
/*******************************************************
77
DO NOT EDIT THIS FILE.

0 commit comments

Comments
 (0)