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.