Releases: fsmeraldi/bleakheart
Releases · fsmeraldi/bleakheart
v0.1.2
Fix issues with keyboard input when running the examples on Windows.
- Problem: asyncio only has partial support for add_reader on Windows, which caused examples to crash
- Solution: keyboard input is now handled in a separate thread under Windows.
Thanks to @MarkSttc and @HufflyCodes for flagging the issue, and to @WillPowellUk for suggesting using threading
v0.1.1
-
Bug fix in bleakheart.py: an error in HR packet decoding caused duplicated RR values when a packet contains more than one interval. Thanks to @HufflyCodes for finding the bug and suggesting a fix.
-
Bleak dependency updated to version 0.21.1. ECG notifications now start without delay on Linux and also appear to work on MacOS.