mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 00:18:35 -07:00
12
applications/plugins/protoview/application.fam
Normal file
12
applications/plugins/protoview/application.fam
Normal file
@@ -0,0 +1,12 @@
|
||||
App(
|
||||
appid="protoview",
|
||||
name="Protocols visualizer",
|
||||
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",
|
||||
)
|
||||
Reference in New Issue
Block a user