mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:38:36 -07:00
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).
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
App(
|
||||
appid="protoview",
|
||||
name="Protocols visualizer",
|
||||
name="ProtoView",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="protoview_app_entry",
|
||||
cdefines=["APP_PROTOVIEW"],
|
||||
|
||||
Reference in New Issue
Block a user