Skip to content

Commit

Permalink
Update GB.ino
Browse files Browse the repository at this point in the history
Removed unnecessary VSelect Option that may cause issues during compilation.
  • Loading branch information
RWeick authored Aug 14, 2023
1 parent 5b554bc commit 1bc74f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cart_Reader/GB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1bc74f0

Please sign in to comment.