Resvent iBtreeze: removed hard coded pressure setting

This commit is contained in:
LoudSnorer 2024-02-11 06:21:31 -05:00
parent 7eedac6d90
commit 3fc8979699

View File

@ -549,8 +549,8 @@ void LoadWaveForms(const QString& session_folder_path, Session* session, const U
void LoadStats(const UsageData& /*usage_data*/, Session* session ) {
session->settings[CPAP_Mode] = MODE_APAP;
session->settings[CPAP_PressureMin] = 4.0; // these value are hard coded for now.
session->settings[CPAP_PressureMax] = 20.0; // these value are hard coded for now.
//session->settings[CPAP_PressureMin] = 4.0; // these value are hard coded for now.
//session->settings[CPAP_PressureMax] = 20.0; // these value are hard coded for now.
}
UsageData ReadUsage(const QString& session_folder_path, const QString& usage_number) {