save mem on mk4

This commit is contained in:
Peter D. Gray 2023-08-15 13:05:42 -04:00 committed by scgbckbone
parent 74a6d00c42
commit 1d05a87a8c

View File

@ -28,7 +28,6 @@ freeze_as_mpy('', [
'menu.py',
'multisig.py',
'numpad.py',
'charcodes.py',
'nvstore.py',
'opcodes.py',
'paper.py',
@ -55,6 +54,7 @@ freeze_as_mpy('', [
freeze_as_mpy('', [
'sigheader.py',
'public_constants.py',
'charcodes.py',
], opt=3)
# Maybe include test code.