Update ARC.ino

Fix compilation error in combination with ENABLE_UPDATER
This commit is contained in:
sanni 2023-11-21 09:43:00 +01:00 committed by GitHub
parent a55aa7bbff
commit 5176a15199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -537,7 +537,7 @@ void checkCSV_ARC() {
Serial.println(F("")); Serial.println(F(""));
#endif #endif
} else { } else {
#ifdef enable_OLED #if (defined(enable_OLED) || defined(enable_LCD))
display.setCursor(0, 56); display.setCursor(0, 56);
println_Msg(F("NO SELECTION")); println_Msg(F("NO SELECTION"));
display_Update(); display_Update();
@ -577,4 +577,4 @@ void setCart_ARC() {
#endif #endif
//****************************************** //******************************************
// End of File // End of File
//****************************************** //******************************************