mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 00:15:05 +01:00
Update GB.ino
Removed unnecessary VSelect Option that may cause issues during compilation.
This commit is contained in:
parent
5b554bc6e3
commit
1bc74f055d
@ -314,7 +314,6 @@ void gbxMenu() {
|
||||
display_Clear();
|
||||
display_Update();
|
||||
unsigned char gbPelican;
|
||||
vselect(false);
|
||||
// Copy menuOptions out of progmem
|
||||
convertPgm(menuOptionsGBPelican, 2);
|
||||
gbPelican = question_box(F("Select operation:"), menuOptions, 2, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user