Added Current Time Service to BLE Data Source so we set the time on InfiniTime when it connects (using the library by BeeLine https://github.com/RideBeeline/android-bluetooth-current-time-service)).

This commit is contained in:
Graham Jones
2024-04-02 19:44:13 +01:00
parent ba9b092147
commit 6d68348330
5 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
OpenSeizureDetector Android App - Change Log
============================================
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.
- fixed latched alarms (Issue #146)