mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
16 lines
328 B
Text
16 lines
328 B
Text
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",
|
|
)
|