From 04be72b2f95d98621abe163d52afc4be9e23aae5 Mon Sep 17 00:00:00 2001 From: pmantoine Date: Mon, 22 Jul 2024 08:35:54 +0800 Subject: [PATCH] Update version to include comment v5.3.13 --- version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/version.h b/version.h index 8f23c99..56b9640 100644 --- a/version.h +++ b/version.h @@ -3,7 +3,8 @@ #include "StringFormatter.h" -#define VERSION "5.3.12" +#define VERSION "5.3.13" +// 5.3.13 - Bugfix: refactored the Ethernet client handling code to use an inUse boolean for each client - now works! // 5.2.60 - Bugfix: Opcode AFTEROVERLOAD does not have an argument that is a pin and needs to be initialized // - Remove inrush throttle after half good time so that we go to mode overload if problem persists // 5.3.11