Gate mode seems to work
This commit is contained in:
@ -202,7 +202,7 @@ void updateScreen() {
|
||||
} else if (channels[displayTab - 1].mode == 3) {
|
||||
valueStr = F("SWING");
|
||||
} else if (channels[displayTab - 1].mode == 4) {
|
||||
valueStr = F("GATE");
|
||||
valueStr = F("PULSES");
|
||||
}
|
||||
|
||||
if ((!insideTab && shiftBtnPushed) || (insideTab && menuItem == 0)) {
|
||||
|
||||
Reference in New Issue
Block a user