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(""));
#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
//******************************************
//******************************************