1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00
Files
unleashed-firmware/applications/debug/text_box_view_test/application.fam

10 lines
219 B
Plaintext
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,
fap_category="Debug",
)