updated
This commit is contained in:
parent
cc6dfc8068
commit
9054726d53
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user