From 50863600da5b0578ae9d21fa5617afff23eff62d Mon Sep 17 00:00:00 2001 From: Kcsmith0708 Date: Thu, 6 Apr 2023 11:55:50 -0400 Subject: [PATCH 1/2] Update version.h Updated version 4.1 thru 4.1.5 --- version.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index a8c8bde..08ecc14 100644 --- a/version.h +++ b/version.h @@ -103,9 +103,17 @@ // TrackManager DCC & DC up to 8 Districts Architecture // Automatic ALIAS(name) // Command Parser now accepts Underscore in Alias Names +// 4.1.5 Bugfix LCN number parsing +// 4.1.4 Bugfix for issue #299 TurnoutDescription NULL +// 4.1.3 Bugfix: Ethernet init order +// 4.1.2 Bugfix: Ethernet shield W5100 does not report HW or link level // 4.1.1 Bugfix: preserve turnout format -// Bugfix: parse multiple commands in one buffer string correct -// Bugfix: command signal status in Exrail +// Bugfix: parse multiple commands in one buffer string correctly (ex: ) +// Bugfix: command signal status of EX-RAIL tasks or threads +// Bugfix: EX-RAIL read long loco addr +// Bugfix: Add space character after version string 4.1.1 for JMRI parsing. +// Improved display and loop time for signals make service start to be outside the DONT_TOUCH_WIFI_CONF area +// Improve WiFi startup by making service start to be outside the DONT_TOUCH_WIFI_CONF area // 4.1.0 ... // // 4.0.2 EXRAIL additions: From 183b824a5d861f69e0841ed51a61d00f1ae6880f Mon Sep 17 00:00:00 2001 From: Kcsmith0708 Date: Thu, 24 Aug 2023 13:57:09 -0400 Subject: [PATCH 2/2] Update version.h Added v4.1.6 Support EX-MotorShield8874 --- version.h | 1 + 1 file changed, 1 insertion(+) diff --git a/version.h b/version.h index 08ecc14..22daea9 100644 --- a/version.h +++ b/version.h @@ -103,6 +103,7 @@ // TrackManager DCC & DC up to 8 Districts Architecture // Automatic ALIAS(name) // Command Parser now accepts Underscore in Alias Names +// 4.1.6 Support for new EX-MotorShield8874 Dual 5Amp Shield // 4.1.5 Bugfix LCN number parsing // 4.1.4 Bugfix for issue #299 TurnoutDescription NULL // 4.1.3 Bugfix: Ethernet init order