1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00

version 5.3.4

This commit is contained in:
Harald Barth 2024-02-04 13:20:53 +01:00
parent 1fad61b67f
commit 160eb01b3d
2 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-stm32EC 202401280047Z" #define GITHUB_SHA "devel-stm32EC 202402041220Z"

View File

@ -3,10 +3,11 @@
#include "StringFormatter.h" #include "StringFormatter.h"
#define VERSION "5.2.27stm32ECvfmdns" #define VERSION "5.3.4"
// 5.2.XX - Fix Ethernet cable disconnected message, wait for DHCP // 5.3.4 - Bugfix: WiThrottle sendIntro after initial N message as well
// 5.2.XX - MDNS Generic library integration for Ethernet // 5.3.3 - Fix Ethernet cable disconnected message, wait for DHCP
// 5.2.XX - Variable frequency for DC mode // 5.3.2 - MDNS Generic library integration for Ethernet
// 5.3.1 - Variable frequency for DC mode
// 5.2.27 - Bugfix: IOExpander memory allocation // 5.2.27 - Bugfix: IOExpander memory allocation
// 5.2.26 - Silently ignore overridden HAL defaults // 5.2.26 - Silently ignore overridden HAL defaults
// - include HAL_IGNORE_DEFAULTS macro in EXRAIL // - include HAL_IGNORE_DEFAULTS macro in EXRAIL