Made CNN Alarm Disabled by default to reduce false alarms (Fixes #170)

This commit is contained in:
Graham Jones
2024-04-09 22:00:51 +01:00
parent cc0eba7a21
commit 6ca038b514
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
V4.2.6 - Fixed problem with notifications in Android 13
- Improved start-up checks for permissions
- Improved system re-start after changing settings (but still not perfect!)
- Disabled the CNN algorithm by default as it is causing some false alarms (Issue #170)
V4.2.5 - Set BLE device time if the characteristic is available.
V4.2.4 - Added checks and a FAULT condition for Bluetooth errors in Bluetooth Data Source
V4.2.3 - Uses 3d accelerometer data to calculate magnitude if vector magnitude is not sent from data source.