Skip to content

Commit

Permalink
Add a bunch of missing bins
Browse files Browse the repository at this point in the history
  • Loading branch information
nyetwurk committed Mar 2, 2025
1 parent 88fa997 commit 778b171
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
me7sum
me7sum.exe
.compiler_flags
/bins/*.bin.txt
*.bin.txt
Binary file added bins/022906032CS.bin
Binary file not shown.
Binary file added bins/022906032CT.bin
Binary file not shown.
Binary file added bins/06A906032MJ.bin
Binary file not shown.
Binary file added bins/06A906032T.bin
Binary file not shown.
Binary file added bins/4D1907558-0002.bin
Binary file not shown.
Binary file added bins/4D1907558-0004.bin
Binary file not shown.
Binary file added bins/4D1907558B.bin
Binary file not shown.
Binary file added bins/4D1907558C.bin
Binary file not shown.
Binary file added bins/4D1907558D.bin
Binary file not shown.
Binary file added bins/4D1907558F.bin
Binary file not shown.
Binary file added bins/4Z7907551AA-disable-P1681.bin
Binary file not shown.
Binary file added bins/4Z7907551R-ols-corrected.bin
Binary file not shown.
Binary file added bins/4Z7907551S-disable-P1681.bin
Binary file not shown.
Binary file added bins/broken/4D1907558-EU3.bin
Binary file not shown.
Binary file added bins/broken/4Z7907551R-U25AN34.bin
Binary file not shown.
Binary file added bins/broken/8D0907551.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion bins/cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for i in $*; do
out=$box.bin

if [ "$i" = "$out" -o "$i" = "$outl" ]; then
echo -n "$box $hw-$ssecu $ver: "
echo -n "$box $hw-$ssecu $ver: " >&2
echo $i \($outl\) ok >&2
else
if [ ! -f "$out" ]; then
Expand Down

0 comments on commit 778b171

Please sign in to comment.