mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
arrays start at 0 and citroen_tpms was trying to read 0-10 meaning 11 full bytes rather than actually 10 (0-9).
5 lines
154 B
Bash
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.'
|