mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-30 06:28:30 +02:00
Merge branch 'development03' into zero-export
This commit is contained in:
commit
60dd9cfc47
7 changed files with 23 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue