Bluetooth-Devices / bthome-ble

Parser for BTHome BLE devices
https://bthome.io/
MIT License
64 stars 11 forks source link

fix: fix encryption counter #103

Closed Ernst79 closed 5 months ago

Ernst79 commented 5 months ago

fix: allow encryption counter to be the same, to allow for messages that are split in different submessages (fix #99)

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4cf20bf) 80.03% compared to head (19e77b6) 79.92%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #103 +/- ## ========================================== - Coverage 80.03% 79.92% -0.12% ========================================== Files 6 6 Lines 511 508 -3 Branches 77 76 -1 ========================================== - Hits 409 406 -3 Misses 80 80 Partials 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Ernst79 commented 5 months ago

Going to make a new PR. Closing this one.