mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-28 07:20:29 +00:00
13 lines
273 B
Text
13 lines
273 B
Text
|
App(
|
||
|
appid="protoview",
|
||
|
name="ProtoView",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="protoview_app_entry",
|
||
|
cdefines=["APP_PROTOVIEW"],
|
||
|
requires=["gui"],
|
||
|
stack_size=8*1024,
|
||
|
order=50,
|
||
|
fap_icon="appicon.png",
|
||
|
fap_category="Tools",
|
||
|
)
|