Use settings flag for DAC output mode (remove CVSCALEBOARD define)

This commit is contained in:
John Stäck 2019-07-25 07:57:31 +02:00
parent 671dfe9b2c
commit 33bfc9ea08
4 changed files with 4 additions and 17 deletions

View file

@ -154,8 +154,6 @@ bool readEEPROM() {
if(trill3_interval<3 || trill3_interval > 4) trill3_interval = TRILL3_INTERVAL_FACTORY; //Deal with possible zero/bad values
//Flags stored in bit field
fastBoot = dipSwBits & (1<<DIPSW_FASTBOOT);
legacy = dipSwBits & (1<<DIPSW_LEGACY);