Removed debug info
This commit is contained in:
@@ -465,7 +465,6 @@ void setup() {
|
|||||||
btStop();
|
btStop();
|
||||||
|
|
||||||
if (USBmode) Serial.begin(19200); else Serial.begin(115200);
|
if (USBmode) Serial.begin(19200); else Serial.begin(115200);
|
||||||
for (int i = 0; i < EE_PRESETS_CNT; i++) Serial.println(EEPROM.readByte(i + EE_PRESET_MS_START));
|
|
||||||
|
|
||||||
if (iMSset == 1 && EQset == 1) iMSEQ = 2;
|
if (iMSset == 1 && EQset == 1) iMSEQ = 2;
|
||||||
if (iMSset == 0 && EQset == 1) iMSEQ = 3;
|
if (iMSset == 0 && EQset == 1) iMSEQ = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user