Fixed issue of menus not reading at vp level 1.

This commit is contained in:
vk7js 2022-09-09 22:50:18 +10:00 committed by Silvano Seva
parent 94424ce908
commit 91d19e809e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static bool ScreenContainsReadOnlyEntries(int menuScreen)
static void announceMenuItemIfNeeded(char* name, char* value, bool editMode)
{
if (state.settings.vpLevel <= vpLow)
if (state.settings.vpLevel < vpLow)
return;
if ((name == NULL) || (*name == '\0'))