mirror of https://github.com/e2002/yoradio.git
dummy_ready_118
This commit is contained in:
parent
ae4e443f5d
commit
4739aadedc
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue