Browse Source

Merge pull request #5 from DanielR92/patch-1

Update zeroExport.h - fix
pull/1551/head
tictrick 11 months ago
committed by GitHub
parent
commit
8c9bec0958
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/plugins/zeroExport/zeroExport.h

2
src/plugins/zeroExport/zeroExport.h

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

Loading…
Cancel
Save