Disable excess oximetry device reset as it could be mucking with CMS50E

This commit is contained in:
Mark Watkins 2012-01-23 01:55:41 +10:00
parent cadb96eb27
commit 5a9c44f98e

View File

@ -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!!!!!!!!!!!!!!!!";