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 {