mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 17:59:27 +02:00
Update KOSTAL-RS485.h
This commit is contained in:
parent
c988245d5f
commit
6645f3c1f3
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ class KostalInverterProtocol : public Rs485InverterProtocol {
|
||||||
unsigned long currentMillis;
|
unsigned long currentMillis;
|
||||||
unsigned long startupMillis = 0;
|
unsigned long startupMillis = 0;
|
||||||
unsigned long contactorMillis = 0;
|
unsigned long contactorMillis = 0;
|
||||||
|
unsigned long contactortestTimerStart = 0;
|
||||||
|
bool contactortestTimerActive = false;
|
||||||
|
|
||||||
uint16_t rx_index = 0;
|
uint16_t rx_index = 0;
|
||||||
bool RX_allow = false;
|
bool RX_allow = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue