Releases: fO-000/bluing
Releases · fO-000/bluing
v0.8.4: 1. Updated dependencies
1. Updated dependencies
2. Updated README
3. Now only python 3.10 is supported, and python 3.9 is no longer supported
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.4
v0.7.3
v0.7.1
v0.7.0 - A big step for GATT scanning
- A big step for GATT scanning. Bluepy has been deprecated, now the GATT scanning function is based on several bt packages written by myself. More exception handling, and parsed error codes.
- Added auto-reconnect feature for GATT scan, improving the success rate. Solved the disconnection problem caused by insufficient permissions
- Removed include descriptor option and always enable it. This is thanks to the new bt package performance improvement.
- Supported for handling ACL continuing fragments.
- Used the new python package distribution method.
v0.6.8: * Corrected the writing of the `hciconfig` command in the `init_hci()`
Corrected the writing of the hciconfig
command in the init_hci()
and updated README.