mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-23 15:00:13 +00:00
17 lines
328 B
Plaintext
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",
|
|
)
|