From 160eb01b3d54ef00fcd38687fdae67c79f2b07c7 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 4 Feb 2024 13:20:53 +0100 Subject: [PATCH] version 5.3.4 --- GITHUB_SHA.h | 2 +- version.h | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index aaa555c..d27b1be 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "devel-stm32EC 202401280047Z" +#define GITHUB_SHA "devel-stm32EC 202402041220Z" diff --git a/version.h b/version.h index e0718f3..eeae782 100644 --- a/version.h +++ b/version.h @@ -3,10 +3,11 @@ #include "StringFormatter.h" -#define VERSION "5.2.27stm32ECvfmdns" -// 5.2.XX - Fix Ethernet cable disconnected message, wait for DHCP -// 5.2.XX - MDNS Generic library integration for Ethernet -// 5.2.XX - Variable frequency for DC mode +#define VERSION "5.3.4" +// 5.3.4 - Bugfix: WiThrottle sendIntro after initial N message as well +// 5.3.3 - Fix Ethernet cable disconnected message, wait for DHCP +// 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.26 - Silently ignore overridden HAL defaults // - include HAL_IGNORE_DEFAULTS macro in EXRAIL