Browse Source

fix selected inverter continue

pull/1551/head
DanielR92 10 months ago
parent
commit
0856a67d7d
  1. 2
      src/plugins/zeroExport/zeroExport.h

2
src/plugins/zeroExport/zeroExport.h

@ -562,7 +562,7 @@ class ZeroExport {
}
// Inverter not selected -> ignore
if (mCfg->groups[group].inverters[inv].id <= 0) {
if (mCfg->groups[group].inverters[inv].id < 0) {
continue;
}

Loading…
Cancel
Save