mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
Disable excess oximetry device reset as it could be mucking with CMS50E
This commit is contained in:
parent
cadb96eb27
commit
5a9c44f98e
@ -805,7 +805,7 @@ void CMS50Serial::startImportTimeout()
|
|||||||
} else {
|
} else {
|
||||||
import_fails++;
|
import_fails++;
|
||||||
if (import_fails<5) {
|
if (import_fails<5) {
|
||||||
resetDevice();
|
// resetDevice();
|
||||||
QTimer::singleShot(250,this,SLOT(startImportTimeout()));
|
QTimer::singleShot(250,this,SLOT(startImportTimeout()));
|
||||||
} else {
|
} else {
|
||||||
qDebug() << "No oximeter signal!!!!!!!!!!!!!!!!";
|
qDebug() << "No oximeter signal!!!!!!!!!!!!!!!!";
|
||||||
|
Loading…
Reference in New Issue
Block a user