mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Show PB in overview by default
This commit is contained in:
parent
68439a5615
commit
ffa5dcb9cb
@ -572,6 +572,7 @@ void init()
|
|||||||
schema::channel[CPAP_MinuteVent].setShowInOverview(true);
|
schema::channel[CPAP_MinuteVent].setShowInOverview(true);
|
||||||
schema::channel[CPAP_TidalVolume].setShowInOverview(true);
|
schema::channel[CPAP_TidalVolume].setShowInOverview(true);
|
||||||
schema::channel[CPAP_CSR].setShowInOverview(true);
|
schema::channel[CPAP_CSR].setShowInOverview(true);
|
||||||
|
schema::channel[CPAP_PB].setShowInOverview(true);
|
||||||
schema::channel[CPAP_LargeLeak].setShowInOverview(true);
|
schema::channel[CPAP_LargeLeak].setShowInOverview(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user