2021-10-21 12:42:46 +00:00
|
|
|
0.01: New App!
|
2022-01-06 16:44:44 +00:00
|
|
|
0.02: Make overriding the HRM event optional
|
|
|
|
Emit BTHRM event for external sensor
|
|
|
|
Add recorder app plugin
|
2022-01-12 22:10:36 +00:00
|
|
|
0.03: Prevent readings from internal sensor mixing into BT values
|
|
|
|
Mark events with src property
|
|
|
|
Show actual source of event in app
|
2022-01-25 20:16:43 +00:00
|
|
|
0.04: Automatically reconnect BT sensor
|
|
|
|
App buzzes if no BTHRM events for more than 3 seconds
|
2022-01-28 22:47:56 +00:00
|
|
|
0.05: Allow reading additional data if available: HRM battery, position and RR
|
|
|
|
Better caching of scanned BT device properties
|
|
|
|
New setting for not starting the BTHRM together with HRM
|
|
|
|
Save some RAM by not defining functions if disabled in settings
|
|
|
|
Always emit BTHRM event
|
|
|
|
Cleanup promises code and allow to configure custom additional waiting times to work around bugs
|
|
|
|
Disconnect cleanly on exit
|
2022-02-04 12:06:27 +00:00
|
|
|
0.06: Fix bug if no request waiting time is set
|
|
|
|
Fix bug if no connection data was cached
|
2022-02-06 21:02:56 +00:00
|
|
|
Fix error during disconnect
|
2022-02-13 15:40:06 +00:00
|
|
|
0.07: Recorder icon only blue if values actually arive
|
2022-02-13 17:05:21 +00:00
|
|
|
Adds some preset modes and a custom one
|
|
|
|
Restructure the settings menu
|
2022-03-09 19:30:39 +00:00
|
|
|
0.08: Allow scanning for devices in settings
|
2022-05-24 15:28:22 +00:00
|
|
|
0.09: Misc Fixes and improvements (https://github.com/espruino/BangleApps/pull/1655)
|
2022-06-18 20:08:51 +00:00
|
|
|
0.10: Use default Bangle formatter for booleans
|
2022-07-01 10:01:27 +00:00
|
|
|
0.11: App now shows status info while connecting
|
|
|
|
Fixes to allow cached BluetoothRemoteGATTCharacteristic to work with 2v14.14 onwards (>1 central)
|
2022-07-02 09:34:44 +00:00
|
|
|
0.12: Fix HRM fallback handling
|
|
|
|
Use default boolean formatter in custom menu and directly apply config if useful
|
|
|
|
Allow recording unmodified internal HR
|
|
|
|
Better connection retry handling
|
2022-10-30 15:47:56 +00:00
|
|
|
0.13: Less time used during boot if disabled
|
2022-11-06 14:55:35 +00:00
|
|
|
0.14: Allow bonding (Debug menu)
|
|
|
|
Prevent mixing of BT and internal HRM events if both are enabled
|
|
|
|
Always use a grace period (default 0 ms) to decouple some connection steps
|
|
|
|
Device not found errors now utilize increasing timeouts
|
2022-11-12 22:15:50 +00:00
|
|
|
0.15: Fix recording internal sensor
|
|
|
|
Handle fallback to internal sensor consistently if BT bpm is 0
|
2022-11-12 23:19:11 +00:00
|
|
|
Power internal sensor down if not needed for fallback
|
2022-11-16 16:34:05 +00:00
|
|
|
0.16: Set powerdownRequested correctly on BTHRM power on
|
|
|
|
Additional logging on errors
|
|
|
|
Add debug option for disabling active scanning
|