1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-12-23 12:51:24 +01:00

Update version to include comment v5.3.13

This commit is contained in:
pmantoine 2024-07-22 08:35:54 +08:00
parent 14cc1e463c
commit 04be72b2f9

View File

@ -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