From 2a191e40d2359e3bd36ce3eb233a982c40aa672c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 13 Feb 2022 16:08:45 +0100 Subject: [PATCH] neutrino.cpp: remove and replace wrong entries from usermenu settings --- src/neutrino.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 7e4c7225d..38b4a96c0 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -338,8 +338,8 @@ const lcd_setting_struct_t lcd_setting[SNeutrinoSettings::LCD_SETTING_COUNT] = static SNeutrinoSettings::usermenu_t usermenu_default[] = { { CRCInput::RC_red, "2,3,4,13", "", "red" }, { CRCInput::RC_green, "6", "", "green" }, - { CRCInput::RC_yellow, "7,32", "", "yellow" }, - { CRCInput::RC_blue, "12,11,20,21,19,14,29,30,15,35", "", "blue" }, + { CRCInput::RC_yellow, "7,36", "", "yellow" }, + { CRCInput::RC_blue, "12,11,20,21,19,14,30,15,35", "", "blue" }, #if BOXMODEL_HD51 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_MULTIBOXSE { CRCInput::RC_playpause, "9", "", "5" }, #else