From 43bedeb3bf99887fec2cae495f012fbfc01d9163 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 22 Nov 2024 20:04:13 +0000 Subject: [PATCH] * (bluefox) Moved GUI compilation to vite * (bluefox) Added error message if the response length is invalid --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eab566d..b4b14dc 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,10 @@ There are some programs in folder `test` to test the TCP communication: ### **WORK IN PROGRESS** --> ## Changelog +### **WORK IN PROGRESS** +* (bluefox) Moved GUI compilation to vite +* (bluefox) Added error message if the response length is invalid + ### 6.3.2 (2024-08-29) * (bluefox) Corrected the error with alignment of addresses @@ -329,7 +333,7 @@ There are some programs in folder `test` to test the TCP communication: ### 6.2.0 (2024-04-12) * (PLCHome) String based on 16-bit values big endian as well as little endian * (PLCHome) Raw data as a hex string -* (PLCHome) Fix issue stringle was always converted to number for slave +* (PLCHome) Fix issue `stringle` was always converted to number for slave * (PLCHome) Enable formula for strings and hex strings ### 6.1.0 (2023-12-14)