From cf7b06b4f79960f226ab7792d64d6351e4846793 Mon Sep 17 00:00:00 2001 From: gwk1 <127872446+gwk1@users.noreply.github.com> Date: Fri, 21 Mar 2025 10:10:35 +0200 Subject: [PATCH] Update KOSTAL-RS485.cpp --- Software/src/inverter/KOSTAL-RS485.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/src/inverter/KOSTAL-RS485.cpp b/Software/src/inverter/KOSTAL-RS485.cpp index 38bd65da..4f37c368 100644 --- a/Software/src/inverter/KOSTAL-RS485.cpp +++ b/Software/src/inverter/KOSTAL-RS485.cpp @@ -364,6 +364,7 @@ void receive_RS485() // Runs as fast as possible to handle the serial stream null_stuffer(tmpframe, 40); send_kostal(tmpframe, 40); datalayer.system.status.inverter_allows_contactor_closing = true; + dbg_message("inverter_allows_contactor_closing (battery_info) -> true"); if (!startupMillis) { startupMillis = currentMillis; }