This commit is contained in:
e2002
2023-03-18 09:33:17 +03:00
parent 962215f996
commit a829f7d892
2 changed files with 4 additions and 1 deletions

View File

@@ -226,6 +226,9 @@ Work is in progress...
--- ---
## Version history ## Version history
#### v0.9.110
- optimization and bug fixes (display, player, netserver, telnet. mqtt)
#### v0.9.084 #### v0.9.084
- monospace fonts for clock on TFT displays. Fonts can be restored to their original form by adding the ```#define CLOCKFONT_MONO false``` parameter to the myoptions.h file - monospace fonts for clock on TFT displays. Fonts can be restored to their original form by adding the ```#define CLOCKFONT_MONO false``` parameter to the myoptions.h file
- new parameter ```#define COLOR_CLOCK_BG R,G,B``` - color of inactive clock segments - new parameter ```#define COLOR_CLOCK_BG R,G,B``` - color of inactive clock segments

View File

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