Skip to content

Commit

Permalink
Added suport for latest interface version (Oct 2023), as mentionned by
Browse files Browse the repository at this point in the history
…@lostpixel in issue #73.
  • Loading branch information
Damien Cauquil committed Oct 4, 2023
1 parent d0dd2df commit c487859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion btlejack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ def main():
253: fw_v1_path,
255: fw_v2_path,
256: fw_v2_path,
257: fw_v2_path
257: fw_v2_path,
258: fw_v2_path
}

if os.name == 'posix':
Expand Down
2 changes: 1 addition & 1 deletion btlejack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
such as a wrong packaging or typos.
"""
VERSION = '2.1'
RELEASE = '1'
RELEASE = '2'

0 comments on commit c487859

Please sign in to comment.