mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +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 {
|
||||
import_fails++;
|
||||
if (import_fails<5) {
|
||||
resetDevice();
|
||||
// resetDevice();
|
||||
QTimer::singleShot(250,this,SLOT(startImportTimeout()));
|
||||
} else {
|
||||
qDebug() << "No oximeter signal!!!!!!!!!!!!!!!!";
|
||||
|
Loading…
Reference in New Issue
Block a user