V4.1.9 - Fixed issue with phone datasource generating continuous alarms if HR or O2SAT alarms enabled (Fixes #113)
This commit is contained in:
@@ -151,6 +151,10 @@ public class SdDataSourcePhone extends SdDataSource implements SensorEventListen
|
||||
//Log.v(TAG,"i="+i+", rawData="+mSdData.rawData[i]+","+mSdData.rawData[i/2]);
|
||||
}
|
||||
mSdData.mNsamp /= 2;
|
||||
|
||||
// Set HR and O2Sat values to fault value (-1) to avoid alarms if the user enables HR or O2Sat alarms.
|
||||
mSdData.mHR = -1;
|
||||
mSdData.mO2Sat = -1;
|
||||
doAnalysis();
|
||||
mSdData.mNsamp = 0;
|
||||
mStartTs = event.timestamp;
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
<string name="app_name">OpenSeizureDetector</string>
|
||||
<string name="changelog">
|
||||
"\n
|
||||
\nV4.1.x - Added Machine Learning (Artificial Intelligence) Detection Algorithm Option (CNN V0.24).
|
||||
Added Polish Translations by Jacek Błoniarz-Łuczak.
|
||||
Added an Export Data function to save data to a file.
|
||||
Added adaptive heart rate alarms.
|
||||
\nV4.1.9 - Fixed problem with average heart rate alarm
|
||||
Fixed issue with phone data source generating continuous alarms for Heart Rate or O2Sat
|
||||
Fixed a small number of user reported issues (https://github.com/OpenSeizureDetector/Android_Pebble_SD/issues?q=is%3Aissue+milestone%3AV4.1.8)
|
||||
"</string>
|
||||
<string name="UpgradeMsg">
|
||||
Please enable the new <b>Data Sharing</b> feature to help improve OpenSeizureDetector!<br/>
|
||||
|
||||
Reference in New Issue
Block a user