Commit f3fdb86c authored by Karol Hennessy's avatar Karol Hennessy

fio2 -> 21 hack

parent 312f5c39
......@@ -191,7 +191,7 @@ void UILoop::reportCycleReadings()
_cycle_data.peak_inspiratory_pressure = cr.peak_inspiratory_pressure;
_cycle_data.plateau_pressure = cr.plateau_pressure;
_cycle_data.mean_airway_pressure = cr.mean_airway_pressure;
_cycle_data.fiO2_percent = cr.fiO2_percent;
_cycle_data.fiO2_percent = 21.0; // cr.fiO2_percent;
_cycle_data.apnea_index = cr.apnea_index;
_cycle_data.apnea_time = cr.apnea_time;
_cycle_data.mandatory_breath = cr.mandatory_breath;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment