This commit is contained in:
Peter D. Gray 2023-06-16 10:49:10 -04:00 committed by scgbckbone
parent cc6dfc8068
commit 9054726d53

View File

@ -14,7 +14,7 @@ def decode_firmware_header(hdr):
return date, vers, ''.join(parts[:-2])
def get_mpy_version():
return '2021-03-31', '5.x.x', '210331195308'
return '2023-02-31', '5.x.x', '230231195308'
# pretend signed w/ dev key and allow debug
is_factory_mode = bool('-f' in sys.argv)