We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4e443 commit 4739aadCopy full SHA for 4739aad
yoRadio/src/core/display.cpp
@@ -546,6 +546,7 @@ void Display::_start(){
546
//nextion.putcmd("page player");
547
nextion.start();
548
#endif
549
+ config.setTitle(const_PlReady);
550
}
551
void Display::putRequest(displayRequestType_e type, int payload){
552
if(type==DSP_START) _start();
yoRadio/src/core/options.h
@@ -1,7 +1,7 @@
1
#ifndef options_h
2
#define options_h
3
4
-#define YOVERSION "0.9.115"
+#define YOVERSION "0.9.118"
5
6
/*******************************************************
7
DO NOT EDIT THIS FILE.
0 commit comments