Skip to content

Commit

Permalink
fix: io4 identification for some models (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L authored Feb 3, 2023
1 parent 1bf470e commit 2eaaf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/psf/black
Expand Down
1 change: 1 addition & 0 deletions src/oralb_ble/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class ModelDescription:
BYTES_TO_MODEL = {
b"\x062k": Models.IOSeries67,
b"\x074\x0c": Models.IOSeries4,
b"\x074\x1a": Models.IOSeries4,
b"\x03V\x04": Models.SmartSeries4000,
b"\x04'\r": Models.SmartSeries6000,
b'\x03"\x0c': Models.SmartSeries8000,
Expand Down

0 comments on commit 2eaaf2b

Please sign in to comment.