V3.1.2 - Made fall alarms latch, irrespective of the latch alarm setting - this is because falls are transitory so to be useful the alarm has to latch so the user can tell what caused the beep.

This commit is contained in:
Graham Jones
2019-04-22 21:43:19 +01:00
parent 8013b5d56a
commit 111812300e
6 changed files with 15 additions and 6 deletions

View File

@@ -4,7 +4,11 @@
V3.2.0 - (NEXT VERSION!)
- Added neural network based data analysis.
V3.1.1 - 22apr2019
V3.1.2 - 22apr2019
- Made fall alarms latch irrespective of the 'latch alarms' setting
because they are transitory alarms they have to latch to be useful.
V3.1.1 - 22apr2019
- Added heart rate to data log.
- Added Timer to give user opportunity to cancel SMS alarm before it is sent.