by request of factory; saves a click

This commit is contained in:
Peter D. Gray 2025-03-10 14:42:34 -04:00
parent ff756f086e
commit de443d5b89
No known key found for this signature in database
GPG Key ID: A2DCD558C2BE5D7C

View File

@ -442,8 +442,8 @@ NormalSystem = [
# Shown until unit is put into a numbered bag
FactoryMenu = [
MenuItem('Version: ' + version.get_mpy_version()[1], f=show_version),
MenuItem('Bag Me Now', f=scan_and_bag),
MenuItem('Version: ' + version.get_mpy_version()[1], f=show_version),
MenuItem('DFU Upgrade', f=start_dfu, shortcut='u'),
MenuItem('Ship W/O Bag', f=ship_wo_bag),
MenuItem("Debug Functions", menu=DebugFunctionsMenu, shortcut='f'),