First go at adding support for O2 Saturation Data - it expects it to be included in the JSON data string as "O2Sat" in a similar way to heart rate.

This commit is contained in:
Graham Jones
2021-11-08 21:10:00 +00:00
parent eb2aff577f
commit d822fcf2e9
9 changed files with 139 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="88"
android:versionName="3.6.3a">
android:versionCode="90"
android:versionName="3.7.0a">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />