v0.6.262
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user