Removed SR and SR+ from CC list

This commit is contained in:
Johan Berglund 2019-07-18 14:07:52 +02:00
parent 597991c968
commit ed7db007eb
3 changed files with 6 additions and 6 deletions

View file

@ -642,10 +642,10 @@ const MenuPage rotatorMenuPage = {
//***********************************************************
// Breath menu
const MenuEntrySub breathCCMenu = {
MenuType::ESub, "BRTH CC1", "BRTH CC1", &breathCC, 0, 12, MenuEntryFlags::EMenuEntryWrap,
MenuType::ESub, "BRTH CC1", "BRTH CC1", &breathCC, 0, 10, MenuEntryFlags::EMenuEntryWrap,
[](SubMenuRef __unused, char* out, const char** __unused unit) {
const char* breathCCMenuLabels[] = { "OFF", "MW", "BR", "VL", "EX","SR", "MW+",
"BR+", "VL+", "EX+", "SR+", "CF", "UNO" };
const char* breathCCMenuLabels[] = { "OFF", "MW", "BR", "VL", "EX", "MW+",
"BR+", "VL+", "EX+", "CF", "UNO" };
strncpy(out, breathCCMenuLabels[breathCC], 4);
},
[](const MenuEntrySub & __unused sub){