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