OpenSeizureDetector / Android_Pebble_SD

The main OpenSeizureDetector Android App, that is published on the Android Play Store.
http://openseizuredetector.org.uk
GNU General Public License v3.0
9 stars 11 forks source link

V4.1.7: Adaptive HR Alarm Settings not logged #103

Closed jones139 closed 1 year ago

jones139 commented 1 year ago

The Adaptive Heart Rate settings are not logged in the data recorded to the Data Sharing database.

jones139 commented 1 year ago

Also, heart rate averages not displayed in the app so it will be difficult for users to set it up by monitoring heart rate variations - include as values in main screen to start with, then in a later version add graphs.

jones139 commented 1 year ago

Logging of heart rate thresholds and averages, and display in MainActivity added in 3e61397eb5

jones139 commented 1 year ago

Fix included in V4.1.8, and code in OpenSeizureDatabase eventAnalyser.py updated to plot the two rolling average heart rate values as well as the instantaneous ones.