1
0
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:
Harald Barth 2022-07-15 21:52:38 +02:00
parent b7cd4adb5f
commit ee639de5d6
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
#define GITHUB_SHA "TM-PORTX-20220613"
#define GITHUB_SHA "PORTX-HAL-20220715"

View File

@ -4,7 +4,7 @@
#include "StringFormatter.h"
#define VERSION "4.2.0 rc2"
#define VERSION "4.2.0 rc3"
// 4.2.0 Track Manager additions:
// Broadcast improvements to separate <> and Withrottle responses
// Float eliminated saving >1.5kb PROGMEM and speed.