Skip to content

Commit a829f7d

Browse files
committed
v0.9.110
1 parent 962215f commit a829f7d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ Work is in progress...
226226

227227
---
228228
## Version history
229+
#### v0.9.110
230+
- optimization and bug fixes (display, player, netserver, telnet. mqtt)
231+
229232
#### v0.9.084
230233
- 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
231234
- new parameter ```#define COLOR_CLOCK_BG R,G,B``` - color of inactive clock segments

yoRadio/src/core/options.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef options_h
22
#define options_h
33

4-
#define YOVERSION "0.9.102"
4+
#define YOVERSION "0.9.110"
55

66
/*******************************************************
77
DO NOT EDIT THIS FILE.

0 commit comments

Comments
 (0)