mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
0.1.1 rpi code release
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user