start_vol_dialog_empty_bug

This commit is contained in:
e2002
2022-12-05 10:58:27 +03:00
parent e03b1e9de0
commit d9c1db9a84
2 changed files with 2 additions and 1 deletions

View File

@@ -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);

View File

@@ -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.