Files
Momentum-Firmware/applications/external/.mass_storage/application.fam
2023-06-29 02:03:32 +02:00

13 lines
274 B
Plaintext

App(
appid="mass_storage",
name="USB Mass Storage",
apptype=FlipperAppType.EXTERNAL,
entry_point="mass_storage_app",
cdefines=["APP_MASS_STORAGE"],
requires=["gui"],
stack_size=1 * 1024,
order=2,
# fap_icon="",
fap_category="Misc",
)