Skip to content

Commit

Permalink
doc update; fix debug tool
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
  • Loading branch information
Ho-Ro committed Oct 26, 2023
1 parent c692226 commit ff6c527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
2023-07-27: Update version; update github runner (ubuntu-20.04 -> ubuntu-22.04) [c692226]
2023-07-27: Merge pull request #21 from f1rmb/fix_python_version_usage [8021a1a]
2023-07-27: Make it work when 'python' is not available, but python3 is (like Ubuntu/Mint). [a36eade]
2023-03-06: correct version [479c738]
Expand Down
2 changes: 2 additions & 0 deletions examples/get_serial_number.py
Expand Up @@ -23,3 +23,5 @@
version = scope.get_fw_version()
if version:
print( 'FW version:', hex( version ) )

scope.close_handle()

0 comments on commit ff6c527

Please sign in to comment.