diff --git a/README.md b/README.md index fe60c38..2a319af 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,9 @@ Work is in progress... --- ## Version history +#### v0.8.138 +- fixed unclosed comment in exsamples/myoptions.h + #### v0.8.137 - fixed compilation error without encoder diff --git a/exsamples/myoptions.h b/exsamples/myoptions.h index befd032..63c4fac 100644 --- a/exsamples/myoptions.h +++ b/exsamples/myoptions.h @@ -11,7 +11,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti ********************************************************/ //#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 +#define L10N_LANGUAGE EN /* Language (EN, RU). More info in yoRadio/locale/displayL10n_(en|ru).h */ /* DSP_MODEL. See description/available values in https://github.com/e2002/yoradio/wiki/Available-display-models */ /* This option is required. Use DSP_DUMMY if no display is connected */ diff --git a/yoRadio/src/core/options.h b/yoRadio/src/core/options.h index 824ee25..19e6fb2 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.137" +#define VERSION "0.8.138" /******************************************************* DO NOT EDIT THIS FILE.