aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsanni <[email protected]>2023-11-21 09:43:00 +0100
committerGitHub <[email protected]>2023-11-21 09:43:00 +0100
commit5176a1519906c78d6c136ae5c5c04a0bf8dd6e91 (patch)
treeaddae25010988fa6d1498617342a258a22d203f3
parenta55aa7bbff76df1e24b758177e5e3c54f7da1fa7 (diff)
downloadcartreader-5176a1519906c78d6c136ae5c5c04a0bf8dd6e91.tar.gz
cartreader-5176a1519906c78d6c136ae5c5c04a0bf8dd6e91.zip
Update ARC.ino
Fix compilation error in combination with ENABLE_UPDATER
-rw-r--r--Cart_Reader/ARC.ino4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cart_Reader/ARC.ino b/Cart_Reader/ARC.ino
index 169e0b6..cba93dd 100644
--- a/Cart_Reader/ARC.ino
+++ b/Cart_Reader/ARC.ino
@@ -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();
@@ -577,4 +577,4 @@ void setCart_ARC() {
#endif
//******************************************
// End of File
-//****************************************** \ No newline at end of file
+//******************************************