unleashed-firmware/applications/plugins/dtmf_dolphin/application.fam

17 lines
328 B
Text
Raw Normal View History

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