From 8f475f11cfb9be1b66ea22b3d7e94554809577fc Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Wed, 30 Oct 2024 09:44:04 +0100 Subject: [PATCH] [P176] Update changelog (and GH Actions failed) --- src/_P176_VE_Direct.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_P176_VE_Direct.ino b/src/_P176_VE_Direct.ino index ddd8f94eab..bf85ace1b0 100644 --- a/src/_P176_VE_Direct.ino +++ b/src/_P176_VE_Direct.ino @@ -5,7 +5,8 @@ // ############################# Plugin 176: Communication - Victron VE.Direct ########################### // ####################################################################################################### -/** +/** Changelog: + * 2024-10-30 tonhuisman: Simplifying the code somewhat, making it more robust, partially by TD-er * 2024-10-29 tonhuisman: Optimize receiving and processing data, resulting in much lower load (based on suggestions by TD-er) * Removed the RX Timeout setting, as it doesn't help here, seems to slow things down. * 2024-10-27 tonhuisman: Update TaskValues as soon as data arrives (successfully), show successfully received packet count,