Skip to content

Commit

Permalink
Update ARC.ino
Browse files Browse the repository at this point in the history
Fix compilation error in combination with ENABLE_UPDATER
  • Loading branch information
sanni authored Nov 21, 2023
1 parent a55aa7b commit 5176a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cart_Reader/ARC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ void checkCSV_ARC() {
Serial.println(F(""));
#endif
} else {
#ifdef enable_OLED
#if (defined(enable_OLED) || defined(enable_LCD))
display.setCursor(0, 56);
println_Msg(F("NO SELECTION"));
display_Update();
Expand Down Expand Up @@ -577,4 +577,4 @@ void setCart_ARC() {
#endif
//******************************************
// End of File
//******************************************
//******************************************

0 comments on commit 5176a15

Please sign in to comment.