mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
12 lines
237 B
Text
12 lines
237 B
Text
|
App(
|
||
|
appid="blink_test",
|
||
|
name="Blink Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="blink_test_app",
|
||
|
cdefines=["APP_BLINK"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=10,
|
||
|
fap_category="Debug",
|
||
|
)
|