mirror of
https://github.com/sanni/cartreader.git
synced 2024-12-26 04:51:52 +01:00
Update MD.ino
This commit is contained in:
parent
0c75bf8aed
commit
1cafca33f7
@ -187,8 +187,8 @@ void mdCartMenu() {
|
||||
// create menu with title and 7 options to choose from
|
||||
unsigned char mainMenu;
|
||||
// Copy menuOptions out of progmem
|
||||
convertPgm(menuOptionsMD, 7);
|
||||
mainMenu = question_box(F("MEGA DRIVE Reader"), menuOptions, 7, 0);
|
||||
convertPgm(menuOptionsMD, 6);
|
||||
mainMenu = question_box(F("MEGA DRIVE Reader"), menuOptions, 6, 0);
|
||||
|
||||
// wait for user choice to come back from the question box menu
|
||||
switch (mainMenu)
|
||||
|
Loading…
Reference in New Issue
Block a user