Files
Momentum-Firmware/applications/debug/expansion_test/application.fam
2024-02-01 23:53:21 +00:00

12 lines
270 B
Plaintext

App(
appid="expansion_test",
name="Expansion Module Test",
apptype=FlipperAppType.DEBUG,
entry_point="expansion_test_app",
requires=["expansion_start"],
stack_size=1 * 1024,
order=20,
fap_category="Debug",
fap_file_assets="assets",
)