Better default volumes.

This commit is contained in:
Fabian Schlenz 2019-09-03 06:05:26 +02:00
parent 231b8a2bce
commit 8d67061428

View File

@ -49,9 +49,9 @@
#define NUM_BUTTONS 4 #define NUM_BUTTONS 4
#define DEBOUNCE_MILLIS 200 #define DEBOUNCE_MILLIS 200
#define VOLUME_DEFAULT 0xA0 #define VOLUME_DEFAULT 230
#define VOLUME_MIN 0x60 #define VOLUME_MIN 190
#define VOLUME_MAX 0xC0 #define VOLUME_MAX 255
#define VOLUME_STEP 0x08 #define VOLUME_STEP 0x08
#define RFID_SCAN_INTERVAL 100 #define RFID_SCAN_INTERVAL 100