diff --git a/README.md b/README.md index ba1886d..0383a8c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/exsamples/myoptions.h b/exsamples/myoptions.h index 620023f..befd032 100644 --- a/exsamples/myoptions.h +++ b/exsamples/myoptions.h @@ -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 diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index cf93ead..985c4ec 100644 --- a/yoRadio/src/core/options.h +++ b/yoRadio/src/core/options.h @@ -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.