v0.9.313b

This commit is contained in:
e2002
2024-11-16 19:10:46 +03:00
parent afe9d57f2b
commit 778dd1e847
15 changed files with 59 additions and 38 deletions

View File

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