diff options
Diffstat (limited to 'Cart_Reader/SV.ino')
-rw-r--r-- | Cart_Reader/SV.ino | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cart_Reader/SV.ino b/Cart_Reader/SV.ino index 0d4650d..981df53 100644 --- a/Cart_Reader/SV.ino +++ b/Cart_Reader/SV.ino @@ -42,6 +42,7 @@ static const char* const menuOptionsSVFlash[] PROGMEM = { svFlashMenuItem1, svFl void svMenu() {
+ vselect(false);
// create menu with title and 3 options to choose from
unsigned char mainMenu;
// Copy menuOptions out of progmem
|