v0.8.135
This commit is contained in:
@@ -301,6 +301,13 @@ Work is in progress...
|
|||||||
|
|
||||||
---
|
---
|
||||||
## Version history
|
## 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
|
#### v0.8.112
|
||||||
- fixed compilation error with BOOMBOX_STYLE parameter
|
- fixed compilation error with BOOMBOX_STYLE parameter
|
||||||
- fixes in default configuration for GC9A01A display
|
- fixes in default configuration for GC9A01A display
|
||||||
|
|||||||
@@ -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
|
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 LED_INVERT false /* Invert Onboard LED? */
|
||||||
#define L10N_LANGUAGE EN /* Language (EN, RU). More info in yoRadio/locale/displayL10n_(en|ru).h
|
#define L10N_LANGUAGE EN /* Language (EN, RU). More info in yoRadio/locale/displayL10n_(en|ru).h
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define VERSION "0.8.133"
|
#define VERSION "0.8.135"
|
||||||
|
|
||||||
/*******************************************************
|
/*******************************************************
|
||||||
DO NOT EDIT THIS FILE.
|
DO NOT EDIT THIS FILE.
|
||||||
|
|||||||
Reference in New Issue
Block a user