mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
|
|
App(
|
||
|
|
appid="expansion_test",
|
||
|
|
name="Expansion Module Test",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="expansion_test_app",
|
||
|
|
requires=["expansion_start"],
|
||
|
|
fap_libs=["assets"],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
fap_file_assets="assets",
|
||
|
|
)
|