dummy_ready_118

This commit is contained in:
e2002
2023-03-20 23:30:16 +03:00
parent ae4e443f5d
commit 4739aadedc
2 changed files with 2 additions and 1 deletions

View File

@@ -546,6 +546,7 @@ void Display::_start(){
//nextion.putcmd("page player"); //nextion.putcmd("page player");
nextion.start(); nextion.start();
#endif #endif
config.setTitle(const_PlReady);
} }
void Display::putRequest(displayRequestType_e type, int payload){ void Display::putRequest(displayRequestType_e type, int payload){
if(type==DSP_START) _start(); if(type==DSP_START) _start();

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.9.115" #define YOVERSION "0.9.118"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.