This commit is contained in:
e2002
2023-03-03 11:23:17 +03:00
parent 320a25c05d
commit 5a0984fa89
5 changed files with 6 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ You can connect one or two encoders to replace/complete the buttons. One encoder
--- ---
### IR receiver ### 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. 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) 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> <img src="images/irRecorder01.png" width="830" height="490"><br>

View File

@@ -222,6 +222,10 @@ Work is in progress...
--- ---
## Version history ## 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 #### v0.8.988
- **DSP_INVERT_TITLE** now works for all displays when assigned - **DSP_INVERT_TITLE** now works for all displays when assigned
```#define DSP_INVERT_TITLE false``` ```#define DSP_INVERT_TITLE false```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 138 KiB

View File

@@ -1,7 +1,7 @@
#ifndef options_h #ifndef options_h
#define options_h #define options_h
#define YOVERSION "0.8.988" #define YOVERSION "0.8.990"
/******************************************************* /*******************************************************
DO NOT EDIT THIS FILE. DO NOT EDIT THIS FILE.