This commit is contained in:
e2002
2022-12-05 11:47:07 +03:00
parent 76053d8364
commit 68281b9cf6
3 changed files with 9 additions and 2 deletions

View File

@@ -301,6 +301,13 @@ Work is in progress...
---
## Version history
#### v0.8.135
- added numeric IR remote buttons in configurations with DSP_DUMMY
- fixed navigation bug in playlist with more than 255 stations
- fixed work of encoders in configurations with DSP_DUMMY
- fixed missing volume value bug when switching to volume control dialog
- LED_BUILTIN is now 255 by default (off)
#### v0.8.112
- fixed compilation error with BOOMBOX_STYLE parameter
- fixes in default configuration for GC9A01A display

View File

@@ -9,7 +9,7 @@ Uncomment the lines you need, to override the default value and set the values a
The connection tables are located here https://github.com/e2002/yoradio#connection-tables
********************************************************/
#define LED_BUILTIN 2 /* Onboard LED Pin */
//#define LED_BUILTIN 255 /* Onboard LED Pin (turn OFF by default) */
//#define LED_INVERT false /* Invert Onboard LED? */
#define L10N_LANGUAGE EN /* Language (EN, RU). More info in yoRadio/locale/displayL10n_(en|ru).h

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.8.133"
#define VERSION "0.8.135"
/*******************************************************
DO NOT EDIT THIS FILE.