mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
11 lines
255 B
Text
11 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",
|
|
)
|