application.fam 255 B

1234567891011
  1. App(
  2. appid="text_box_test",
  3. name="Text Box Test",
  4. apptype=FlipperAppType.DEBUG,
  5. entry_point="text_box_test_app",
  6. cdefines=["APP_TEXT_BOX_TEST"],
  7. requires=["gui"],
  8. stack_size=1 * 1024,
  9. order=140,
  10. fap_category="Debug",
  11. )