diff options
Diffstat (limited to 'Cart_Reader/WSV.ino')
-rw-r--r-- | Cart_Reader/WSV.ino | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cart_Reader/WSV.ino b/Cart_Reader/WSV.ino index 1e4034d..7e08dc3 100644 --- a/Cart_Reader/WSV.ino +++ b/Cart_Reader/WSV.ino @@ -106,6 +106,7 @@ static const char wsvMenuItem3[] PROGMEM = "Set Size"; static const char* const menuOptionsSV[] PROGMEM = { wsvMenuItem1, wsvMenuItem2, wsvMenuItem3, string_reset2 }; void wsvMenu() { + vselect(false); convertPgm(menuOptionsSV, 4); uint8_t mainMenu = question_box(F("SUPERVISION MENU"), menuOptions, 4, 0); |