mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
fix diag bug, update version strings
This commit is contained in:
parent
b7cd4adb5f
commit
ee639de5d6
|
@ -71,7 +71,7 @@ void setup()
|
|||
SerialManager::init();
|
||||
|
||||
DIAG(F("License GPLv3 fsf.org (c) dcc-ex.com"));
|
||||
DIAG(F("Platform: %s"), F(ARDUINO_TYPE)); // PMA - temporary
|
||||
DIAG(F("Platform: %S"), F(ARDUINO_TYPE)); // PMA - temporary
|
||||
|
||||
CONDITIONAL_LCD_START {
|
||||
// This block is still executed for DIAGS if LCD not in use
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define GITHUB_SHA "TM-PORTX-20220613"
|
||||
#define GITHUB_SHA "PORTX-HAL-20220715"
|
||||
|
|
Loading…
Reference in New Issue
Block a user