Merge branch 'development03' into zero-export

This commit is contained in:
lumapu 2024-03-02 01:32:51 +01:00
commit 053a2e0079
22 changed files with 190 additions and 121 deletions

View file

@ -484,7 +484,7 @@ void app:: zeroIvValues(bool checkAvail, bool skipYieldDay) {
continue; // skip to next inverter
if (checkAvail) {
if (!iv->isAvailable())
if (iv->isAvailable())
continue;
}