diff --git a/yoRadio/src/core/display.cpp b/yoRadio/src/core/display.cpp index b69cd30..3cabdb8 100644 --- a/yoRadio/src/core/display.cpp +++ b/yoRadio/src/core/display.cpp @@ -546,6 +546,7 @@ void Display::_start(){ //nextion.putcmd("page player"); nextion.start(); #endif + config.setTitle(const_PlReady); } void Display::putRequest(displayRequestType_e type, int payload){ if(type==DSP_START) _start(); diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 506dc47..3a48fe7 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.115" +#define YOVERSION "0.9.118" /******************************************************* DO NOT EDIT THIS FILE.