Files
Momentum-Firmware/applications/plugins/dtmf_dolphin/application.fam
RogueMaster 6c2081e491 dtm fixes
2022-09-19 19:26:31 -04:00

16 lines
312 B
Plaintext

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