v0.9.313b
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.300"
|
||||
#define YOVERSION "0.9.313b"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -258,10 +258,11 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#endif
|
||||
|
||||
/* ESP DEVBOARD */
|
||||
#ifndef LED_BUILTIN
|
||||
#define LED_BUILTIN 255
|
||||
#ifndef ARDUINO_ESP32S3_DEV
|
||||
#ifndef LED_BUILTIN
|
||||
#define LED_BUILTIN 255
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Other settings. You can overwrite them in the myoptions.h file */
|
||||
#ifndef MUTE_PIN
|
||||
#define MUTE_PIN 255 // MUTE Pin
|
||||
@@ -452,6 +453,12 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define L10N_LANGUAGE EN
|
||||
#endif
|
||||
|
||||
#ifndef VSPI
|
||||
#define VSPI 3
|
||||
#endif
|
||||
#ifndef HSPI
|
||||
#define HSPI 1
|
||||
#endif
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user