1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 23:56:13 +01:00

Oops- forgot to push this one. Name changes again.

This commit is contained in:
Neil McKechnie 2023-02-12 09:18:02 +00:00
parent ec73ac69d9
commit f1f1be8ad9

View File

@ -74,7 +74,7 @@ void setup()
DIAG(F("License GPLv3 fsf.org (c) dcc-ex.com"));
CONDITIONAL_LCD_START {
CONDITIONAL_DISPLAY_START {
// This block is still executed for DIAGS if LCD not in use
LCD(0,F("DCC++ EX v%S"),F(VERSION));
LCD(1,F("Lic GPLv3"));
@ -160,7 +160,7 @@ void loop()
LCN::loop();
#endif
LCDDisplay::loop(); // ignored if LCD not in use
Display::loop(); // ignored if LCD not in use
// Handle/update IO devices.
IODevice::loop();