1
0
mirror of https://github.com/UberGuidoZ/Flipper.git synced 2025-03-07 08:18:59 +00:00
Flipper/Applications/Official/source-OLDER/kyhwana/dtmf_dolphin/application.fam

17 lines
328 B
Plaintext

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",
)