From 4739aadedc59485f4dc7181bf3712b79e27c6915 Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 20 Mar 2023 23:30:16 +0300 Subject: [PATCH] dummy_ready_118 --- yoRadio/src/core/display.cpp | 1 + yoRadio/src/core/options.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.