mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-26 14:34:15 +01:00
Update ARC.ino
Fix compilation error in combination with ENABLE_UPDATER
This commit is contained in:
parent
a55aa7bbff
commit
5176a15199
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user