mirror of https://github.com/e2002/yoradio.git
start_vol_dialog_empty_bug
This commit is contained in:
parent
e03b1e9de0
commit
d9c1db9a84
|
|
@ -256,6 +256,7 @@ void Display::_swichMode(displayMode_e newmode) {
|
|||
#else
|
||||
_showDialog(WiFi.localIP().toString().c_str());
|
||||
#endif
|
||||
_nums.setText(config.store.volume, numtxtFmt);
|
||||
}
|
||||
if (newmode == LOST) _showDialog(const_DlgLost);
|
||||
if (newmode == UPDATING) _showDialog(const_DlgUpdate);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.8.129"
|
||||
#define VERSION "0.8.131"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue