mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-08 13:41:40 +02:00
fix selected inverter continue
This commit is contained in:
parent
9314e69943
commit
0856a67d7d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue