11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
App(
|
|
appid="wip_thread_demo",
|
|
name="WIP Thread Demo",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="thread_demo_app",
|
|
requires=["gui", "subghz"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="demo.png",
|
|
fap_category="Misc",
|
|
)
|