mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 09:46:12 +02:00
small fix
This commit is contained in:
parent
7ce78ab56e
commit
1d5579f003
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue