From a829f7d892364a233e2c3309ed625737598204bf Mon Sep 17 00:00:00 2001 From: e2002 Date: Sat, 18 Mar 2023 09:33:17 +0300 Subject: [PATCH] v0.9.110 --- README.md | 3 +++ yoRadio/src/core/options.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d68a58..5d4106a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 4af9488..ae0d490 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.102" +#define YOVERSION "0.9.110" /******************************************************* DO NOT EDIT THIS FILE.