1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-21 08:16:04 +01:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Kcsmith0708
d0ab8f82c8
Merge 2738d86431 into 8a5a832b1d 2024-04-10 13:40:10 -04:00
3 changed files with 6 additions and 11 deletions

View File

@ -810,8 +810,7 @@ void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
StringFormatter::send(stream,
F("<@ 0 0 \"DCC-EX v" VERSION "\">\n"
"<@ 0 1 \"Lic GPLv3 \">\n"
"<@ 0 8 \"Powered by DCC-EX \">\n"
CommandDistributor::setVirtualLCDSerial(NULL);
"<@ 0 8 \"Powered by DCC-EX \">\n"));
return;
#endif
default: //anything else will diagnose and drop out to <X>

View File

@ -1,9 +1,7 @@
/*
* © 2024, Paul Antoine
* © 2023, Neil McKechnie
* All rights reserved.
* © 2023, Neil McKechnie. All rights reserved.
*
* This file is part of DCC-EX API
* This file is part of DCC++EX API
*
* This is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -114,14 +112,13 @@ protected:
// Fill buffer with spaces
memset(_buffer, ' ', _numCols*_numRows);
_displayDriver->clearNative();
// Add device to list of HAL devices (not necessary but allows
// status to be displayed using <D HAL SHOW> and device to be
// reinitialised using <D HAL RESET>).
IODevice::addDevice(this);
// Moved after addDevice() to ensure I2CManager.begin() has been called fisrt
_displayDriver->clearNative();
// Also add this display to list of display handlers
DisplayInterface::addDisplay(displayNo);

View File

@ -3,8 +3,7 @@
#include "StringFormatter.h"
#define VERSION "5.2.48"
// 5.2.48 - Bugfix: HALDisplay was generating I2C traffic prior to I2C being initialised
#define VERSION "5.2.47"
// 5.2.47 - EXRAIL additions:
// STEALTH_GLOBAL
// BLINK