Gate mode seems to work

This commit is contained in:
Oleksiy
2024-10-18 14:43:12 +03:00
parent 0d41ff9cbd
commit 7c235869a9
5 changed files with 109 additions and 103 deletions

View File

@ -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)) {