src/neutrino.cpp: fix wrong default keysetup for audio key

Audio key has opened hdd menue instead audio menue.

Note: Reset or rework of user menue settings for audio key is required.
This commit is contained in:
2018-04-01 19:13:37 +02:00
parent f8b623178e
commit 9dabc6301b

View File

@@ -309,7 +309,7 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = {
#else
{ CRCInput::RC_play, "9", "", "5" },
#endif
{ CRCInput::RC_audio, "27", "", "6" },
{ CRCInput::RC_audio, "6", "", "6" },
{ CRCInput::RC_nokey, "", "", "" },
};