added protoview app

https://github.com/antirez/protoview
This commit is contained in:
jbohack
2022-12-30 18:35:36 -05:00
parent 0b7cad7918
commit b66c1bc179
14 changed files with 1054 additions and 0 deletions

View 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",
)