This commit is contained in:
e2002
2022-12-07 11:23:50 +03:00
parent a1b7445006
commit 3dc706c838
3 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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 */

View File

@@ -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.