mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Change order of cms50 requests
This commit is contained in:
parent
b25bc1cc9d
commit
333349e2f7
@ -222,13 +222,14 @@ void OximeterImport::on_directImportButton_clicked()
|
||||
if (!oximodule)
|
||||
return;
|
||||
|
||||
QString model = oximodule->getModel();
|
||||
QString user = oximodule->getUser();
|
||||
|
||||
if (p_profile->oxi->syncOximeterClock()) {
|
||||
oximodule->syncClock();
|
||||
}
|
||||
|
||||
QString model = oximodule->getModel();
|
||||
QString user = oximodule->getUser();
|
||||
|
||||
|
||||
|
||||
oximodule->resetDevice();
|
||||
int session_count = oximodule->getSessionCount();
|
||||
|
Loading…
Reference in New Issue
Block a user