Skip to content

Commit

Permalink
0.1.1 rpi code release
Browse files Browse the repository at this point in the history
  • Loading branch information
dekuNukem committed Apr 27, 2022
1 parent e8cca57 commit 80c7079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_program/usb4vc_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def ensure_dir(dir_path):
if not os.path.exists(dir_path):
os.makedirs(dir_path)

RPI_APP_VERSION_TUPLE = (0, 1, 0)
RPI_APP_VERSION_TUPLE = (0, 1, 1)

code_name_to_value_lookup = {
'KEY_RESERVED':(0, 'kb_key'),
Expand Down

0 comments on commit 80c7079

Please sign in to comment.