Update KOSTAL-RS485.h

This commit is contained in:
mbuhansen 2025-08-20 16:38:02 +02:00 committed by GitHub
parent c988245d5f
commit 6645f3c1f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,8 @@ class KostalInverterProtocol : public Rs485InverterProtocol {
unsigned long currentMillis;
unsigned long startupMillis = 0;
unsigned long contactorMillis = 0;
unsigned long contactortestTimerStart = 0;
bool contactortestTimerActive = false;
uint16_t rx_index = 0;
bool RX_allow = false;