From 1aeb8b9c467be9e2ee8ca61ad35a6a68ae93d28a Mon Sep 17 00:00:00 2001 From: rha Date: Sun, 23 Feb 2025 19:45:31 +0200 Subject: [PATCH] Kostal: rx_index uint8 => uint16 --- Software/src/inverter/KOSTAL-RS485.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/src/inverter/KOSTAL-RS485.cpp b/Software/src/inverter/KOSTAL-RS485.cpp index fc54704c..cacb0817 100644 --- a/Software/src/inverter/KOSTAL-RS485.cpp +++ b/Software/src/inverter/KOSTAL-RS485.cpp @@ -20,7 +20,7 @@ static unsigned long currentMillis; static unsigned long startupMillis = 0; static unsigned long contactorMillis = 0; -static uint8_t rx_index = 0; +static uint16_t rx_index = 0; static boolean RX_allow = false; union f32b {