application.fam 260 B

12345678910
  1. App(
  2. appid="example_thermo",
  3. name="Example: Thermometer",
  4. apptype=FlipperAppType.EXTERNAL,
  5. entry_point="example_thermo_main",
  6. requires=["gui"],
  7. stack_size=1 * 1024,
  8. fap_icon="example_thermo_10px.png",
  9. fap_category="Examples",
  10. )