Better default volumes.
This commit is contained in:
parent
231b8a2bce
commit
8d67061428
@ -49,9 +49,9 @@
|
||||
#define NUM_BUTTONS 4
|
||||
|
||||
#define DEBOUNCE_MILLIS 200
|
||||
#define VOLUME_DEFAULT 0xA0
|
||||
#define VOLUME_MIN 0x60
|
||||
#define VOLUME_MAX 0xC0
|
||||
#define VOLUME_DEFAULT 230
|
||||
#define VOLUME_MIN 190
|
||||
#define VOLUME_MAX 255
|
||||
#define VOLUME_STEP 0x08
|
||||
|
||||
#define RFID_SCAN_INTERVAL 100
|
||||
|
Loading…
Reference in New Issue
Block a user