mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 20:51:38 +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) {
|
void ivSend(Inverter<> *iv, bool highPrio = false) {
|
||||||
|
if (IV_HMS != iv->ivGen) // only process HMS inverters
|
||||||
|
return;
|
||||||
|
|
||||||
//if(!highPrio) {
|
//if(!highPrio) {
|
||||||
if (mPayload[iv->id].requested) {
|
if (mPayload[iv->id].requested) {
|
||||||
if (!mPayload[iv->id].complete)
|
if (!mPayload[iv->id].complete)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue