Files
Momentum-Firmware/applications/plugins/protoview/binaries/update.sh
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

5 lines
154 B
Bash

#!/bin/sh
BINPATH="/Users/antirez/hack/flipper/official/build/f7-firmware-D/.extapps/protoview.fap"
cp $BINPATH .
git commit -a -m 'Binary file updated.'