mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
12 lines
255 B
Text
12 lines
255 B
Text
|
App(
|
||
|
appid="text_box_test",
|
||
|
name="Text Box Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="text_box_test_app",
|
||
|
cdefines=["APP_TEXT_BOX_TEST"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=140,
|
||
|
fap_category="Debug",
|
||
|
)
|