diff --git a/Controls.md b/Controls.md index 2071962..d06f67a 100644 --- a/Controls.md +++ b/Controls.md @@ -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)
diff --git a/README.md b/README.md index 080ccb9..0f7caa2 100644 --- a/README.md +++ b/README.md @@ -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``` diff --git a/images/irRecorder01.png b/images/irRecorder01.png index 33e0f61..e48ca38 100644 Binary files a/images/irRecorder01.png and b/images/irRecorder01.png differ diff --git a/images/irRecorder02.png b/images/irRecorder02.png index fc45a36..ccfac93 100644 Binary files a/images/irRecorder02.png and b/images/irRecorder02.png differ diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index a691589..2d712d3 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.8.988" +#define YOVERSION "0.8.990" /******************************************************* DO NOT EDIT THIS FILE.