0.1.1 rpi code release

This commit is contained in:
dekunukem
2022-04-27 17:21:32 +01:00
parent e8cca57ab2
commit 80c707923b

View File

@@ -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'),