From 8a005233ad8c25bf35712c8777240c8e6ee12c06 Mon Sep 17 00:00:00 2001 From: e2002 Date: Thu, 9 Mar 2023 09:30:15 +0300 Subject: [PATCH] v0.9.022 --- README.md | 7 +++++++ yoRadio/src/core/options.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cee9faa..9d922ef 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,13 @@ Work is in progress... --- ## Version history +#### v0.9.022 +- optimization of the display of the list of stations +- now the playlist size can be changed with one parameter in the yoRadio/src/displays/conf/display<>conf.h file >> const ScrollConfig playlistConf param #3 +- fixed fonts for ILI9225 display +- fixes in Nextion displays +- bug fixes (including BUFFER FILLED IN 403 MS) + #### v0.9.001 - fixed compilation error netserver.cpp:63:28 for some configurations diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 1def7c4..6bdcf2e 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -1,7 +1,7 @@ #ifndef options_h #define options_h -#define YOVERSION "0.9.019" +#define YOVERSION "0.9.022" /******************************************************* DO NOT EDIT THIS FILE.