unleashed-firmware/applications/external/dtmf_dolphin/application.fam
2023-03-15 01:53:55 +03:00

15 lines
297 B
Text

App(
appid="dtmf_dolphin",
name="DTMF Dolphin",
apptype=FlipperAppType.EXTERNAL,
entry_point="dtmf_dolphin_app",
requires=[
"storage",
"gui",
"dialogs",
],
fap_icon="phone.png",
stack_size=8 * 1024,
order=20,
fap_category="Tools",
)