mirror of https://github.com/e2002/yoradio.git
v0.9.110
This commit is contained in:
parent
962215f996
commit
a829f7d892
|
|
@ -226,6 +226,9 @@ Work is in progress...
|
|||
|
||||
---
|
||||
## Version history
|
||||
#### v0.9.110
|
||||
- optimization and bug fixes (display, player, netserver, telnet. mqtt)
|
||||
|
||||
#### 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
|
||||
- new parameter ```#define COLOR_CLOCK_BG R,G,B``` - color of inactive clock segments
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.102"
|
||||
#define YOVERSION "0.9.110"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
|
|
|
|||
Loading…
Reference in New Issue