mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix the broken fix to the DST bug
This commit is contained in:
parent
a38a9c548e
commit
4c9f265b45
@ -320,7 +320,7 @@ void ResmedLoader::ParseSTR(Machine *mach, QStringList strfiles)
|
||||
qDebug() << "Mask on" << dontime << "Mask off" << dofftime;
|
||||
|
||||
}
|
||||
dt.addDays(1);
|
||||
dt = dt.addDays(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ There is still an issue involving time splits for late sleepers who use ResMed m
|
||||
<br/>
|
||||
<b>New features & bug fixes in v0.9.7</b><br/>
|
||||
<list>
|
||||
<li>Fixed ResMed STR.edf DST crossover bug causing duplicate sessions</li>
|
||||
<li>Added PRS1 SD Card automatic backup functionality</li>
|
||||
<li>Stopped faulty statistics calculations where only summary data was present (For now it should show zero where calculations are impossible)</li>
|
||||
<li>Added .spo2 file import support for firmware 3.7 CMS50F oximeters.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user