From d9c1db9a846c837e3bcc7c2a347ca4751e5497da Mon Sep 17 00:00:00 2001 From: e2002 Date: Mon, 5 Dec 2022 10:58:27 +0300 Subject: [PATCH] start_vol_dialog_empty_bug --- yoRadio/src/core/display.cpp | 1 + yoRadio/src/core/options.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/yoRadio/src/core/display.cpp b/yoRadio/src/core/display.cpp index c32268b..49673cc 100644 --- a/yoRadio/src/core/display.cpp +++ b/yoRadio/src/core/display.cpp @@ -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); diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index e2c60ea..8f68571 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -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.