v0.8.138
This commit is contained in:
@@ -301,6 +301,9 @@ Work is in progress...
|
|||||||
|
|
||||||
---
|
---
|
||||||
## Version history
|
## Version history
|
||||||
|
#### v0.8.138
|
||||||
|
- fixed unclosed comment in exsamples/myoptions.h
|
||||||
|
|
||||||
#### v0.8.137
|
#### v0.8.137
|
||||||
- fixed compilation error without encoder
|
- fixed compilation error without encoder
|
||||||
|
|
||||||
|
|||||||
@@ -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_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 */
|
||||||
|
|
||||||
/* DSP_MODEL. See description/available values in https://github.com/e2002/yoradio/wiki/Available-display-models */
|
/* 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 */
|
/* This option is required. Use DSP_DUMMY if no display is connected */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#ifndef options_h
|
#ifndef options_h
|
||||||
#define options_h
|
#define options_h
|
||||||
|
|
||||||
#define VERSION "0.8.137"
|
#define VERSION "0.8.138"
|
||||||
|
|
||||||
/*******************************************************
|
/*******************************************************
|
||||||
DO NOT EDIT THIS FILE.
|
DO NOT EDIT THIS FILE.
|
||||||
|
|||||||
Reference in New Issue
Block a user