* add timeout before payload is tried to process (necessary for HMS/HMT)
This commit is contained in:
lumapu 2023-10-01 12:36:18 +02:00
parent dae638f7c6
commit 41ade24538
5 changed files with 9 additions and 8 deletions

View file

@ -173,6 +173,7 @@ class Inverter {
alarmCnt = 0;
alarmLastId = 0;
rssi = -127;
memset(&radioStatistics, 0, sizeof(statistics_t));
}
~Inverter() {