Merge branch 'development03' into zero-export

This commit is contained in:
lumapu 2024-02-22 23:37:08 +01:00
commit 60dd9cfc47
7 changed files with 23 additions and 16 deletions

View file

@ -488,6 +488,7 @@ void app:: zeroIvValues(bool checkAvail, bool skipYieldDay) {
continue;
}
changed = true;
record_t<> *rec = iv->getRecordStruct(RealTimeRunData_Debug);
for(uint8_t ch = 0; ch <= iv->channels; ch++) {
uint8_t pos = 0;
@ -510,10 +511,8 @@ void app:: zeroIvValues(bool checkAvail, bool skipYieldDay) {
iv->setValue(pos, rec, 0.0f);
}
iv->resetAlarms();
iv->doCalculations();
}
changed = true;
}
if(changed)