This commit is contained in:
e2002
2022-05-24 10:09:19 +03:00
parent 4f6d131cf5
commit 90d97af3e8
12 changed files with 310 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.6.250"
#define VERSION "0.6.262"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -100,7 +100,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define ENC_INTERNALPULLUP true
#endif
#ifndef ENC_HALFQUARD
#define ENC_HALFQUARD true
#define ENC_HALFQUARD false
#endif
#ifndef ENC2_BTNL
@@ -116,7 +116,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define ENC2_INTERNALPULLUP true
#endif
#ifndef ENC2_HALFQUARD
#define ENC2_HALFQUARD true
#define ENC2_HALFQUARD false
#endif
/* BUTTONS */
@@ -197,6 +197,9 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#ifndef VOL_STEP
#define VOL_STEP 1 // Encoder vol step
#endif
#ifndef VOL_ACCELERATION
#define VOL_ACCELERATION 200 // Encoder vol acceleration; 0 or 1 means disabled acceleration
#endif
#ifndef MUTE_PIN
#define MUTE_PIN 255 // MUTE Pin
#endif