Add settings for fast boot, bcas mode, 3rd trill, dac out

This commit is contained in:
John Stäck 2019-07-25 00:51:34 +02:00
parent c38adcd56c
commit 7b179d4343
6 changed files with 99 additions and 76 deletions

View file

@ -53,9 +53,7 @@
#define VIB_SQUELCH_BITE_ADDR 94
#define VIB_CONTROL_ADDR 96
#define TRILL3_INTERVAL_ADDR 98
#define BCAS_MODE_ADDR 100
#define DAC_MODE_ADDR 102
#define FASTBOOT_ADDR 104
#define DAC_MODE_ADDR 100
@ -110,9 +108,7 @@
#define VIB_CONTROL_FACTORY 0
#define TRILL3_INTERVAL_FACTORY 4
#define BCAS_MODE_FACTORY 0
#define DAC_MODE_FACTORY DAC_MODE_BREATH
#define FASTBOOT_FACTORY 0
bool readEEPROM();