Files
Momentum-Firmware/applications/plugins/protoview/application.fam
jbohack 6015afe368 updated protoview and fixed array count issue
arrays start at 0 and citroen_tpms was trying to read 0-10 meaning 11 full bytes rather than actually 10 (0-9).
2023-01-13 10:02:14 -05:00

13 lines
273 B
Plaintext

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