unleashed-firmware/applications/debug/text_box_view_test/application.fam

11 lines
234 B
Text
Raw Normal View History

App(
appid="text_box_view_test",
name="Text Box View Test",
apptype=FlipperAppType.DEBUG,
entry_point="text_box_view_test_app",
requires=["gui"],
stack_size=1 * 1024,
order=140,
fap_category="Debug",
)