From ee639de5d67fcbbc7c36fbde9be7e4dc5f3a4326 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Fri, 15 Jul 2022 21:52:38 +0200 Subject: [PATCH] fix diag bug, update version strings --- CommandStation-EX.ino | 2 +- GITHUB_SHA.h | 2 +- version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CommandStation-EX.ino b/CommandStation-EX.ino index 4a7c5c6..547f56f 100644 --- a/CommandStation-EX.ino +++ b/CommandStation-EX.ino @@ -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 diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index 06deeac..e51d1fd 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "TM-PORTX-20220613" +#define GITHUB_SHA "PORTX-HAL-20220715" diff --git a/version.h b/version.h index 825b2ce..90e5ce5 100644 --- a/version.h +++ b/version.h @@ -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.