small fix

This commit is contained in:
lumapu 2023-03-07 21:15:42 +01:00
parent 7ce78ab56e
commit 1d5579f003

View file

@ -77,6 +77,9 @@ class HmsPayload {
}
void ivSend(Inverter<> *iv, bool highPrio = false) {
if (IV_HMS != iv->ivGen) // only process HMS inverters
return;
//if(!highPrio) {
if (mPayload[iv->id].requested) {
if (!mPayload[iv->id].complete)