Skip to content

Commit

Permalink
v0.8.990
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002 committed Mar 3, 2023
1 parent 320a25c commit 5a0984f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can connect one or two encoders to replace/complete the buttons. One encoder
---
### IR receiver
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.
1. go to Settings - IR (fig.1)
1. go to Settings >> controls >> IR Recorder (fig.1)
2. press the button you need on the left to record the IR code (fig.2)

<img src="images/irRecorder01.png" width="830" height="490"><br>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ Work is in progress...

---
## Version history
#### v0.8.990
- fixed error displaying access point credentials when DSP_INVERT_TITLE is false
- fixed compilation error for OLED displays when DSP_INVERT_TITLE is false

#### v0.8.988
- **DSP_INVERT_TITLE** now works for all displays when assigned
```#define DSP_INVERT_TITLE false```
Expand Down
Binary file modified images/irRecorder01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/irRecorder02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion yoRadio/src/core/options.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h

#define YOVERSION "0.8.988"
#define YOVERSION "0.8.990"

/*******************************************************
DO NOT EDIT THIS FILE.
Expand Down

0 comments on commit 5a0984f

Please sign in to comment.