From 5a9c44f98e92d33a6c7666d8517baad9baaef0fa Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Mon, 23 Jan 2012 01:55:41 +1000 Subject: [PATCH] Disable excess oximetry device reset as it could be mucking with CMS50E --- oximetry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oximetry.cpp b/oximetry.cpp index e8d65236..f0293d39 100644 --- a/oximetry.cpp +++ b/oximetry.cpp @@ -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!!!!!!!!!!!!!!!!";