Skip to content

Commit 5a0984f

Browse files
committed
v0.8.990
1 parent 320a25c commit 5a0984f

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

Controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can connect one or two encoders to replace/complete the buttons. One encoder
5555
---
5656
### IR receiver
5757
Starting from version 0.6.450, adding an IR remote control has been moved to the web interface. Can be added for up to three remotes.
58-
1. go to Settings - IR (fig.1)
58+
1. go to Settings >> controls >> IR Recorder (fig.1)
5959
2. press the button you need on the left to record the IR code (fig.2)
6060

6161
<img src="images/irRecorder01.png" width="830" height="490"><br>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ Work is in progress...
222222

223223
---
224224
## Version history
225+
#### v0.8.990
226+
- fixed error displaying access point credentials when DSP_INVERT_TITLE is false
227+
- fixed compilation error for OLED displays when DSP_INVERT_TITLE is false
228+
225229
#### v0.8.988
226230
- **DSP_INVERT_TITLE** now works for all displays when assigned
227231
```#define DSP_INVERT_TITLE false```

images/irRecorder01.png

-94.4 KB
Loading

images/irRecorder02.png

-2.79 KB
Loading

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.8.988"
4+
#define YOVERSION "0.8.990"
55

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

0 commit comments

Comments
 (0)