This commit is contained in:
e2002
2023-03-09 09:30:15 +03:00
parent 43265ee86f
commit 8a005233ad
2 changed files with 8 additions and 1 deletions

View File

@@ -222,6 +222,13 @@ Work is in progress...
--- ---
## Version history ## 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<<XXXX>>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 #### v0.9.001
- fixed compilation error netserver.cpp:63:28 for some configurations - fixed compilation error netserver.cpp:63:28 for some configurations

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.9.019" #define YOVERSION "0.9.022"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.