Skip to content

Commit

Permalink
Merge pull request #17 from mc-17/update/all
Browse files Browse the repository at this point in the history
Update to latest GoldHEN/pOOBs4
  • Loading branch information
mc-17 authored Mar 2, 2022
2 parents 6e9e45b + d22eca1 commit 805985f
Show file tree
Hide file tree
Showing 7 changed files with 388 additions and 60 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def log(msg):
if "done" in msg or "already" in msg:
# success message, send HEN
print(f"Sending golden hen to {request.remote_addr}")
send(request.remote_addr, 9020, "payload/goldhen_2.0b2_900.bin")
send(request.remote_addr, 9020, "payload/goldhen_2.1.2_900.bin")

print(msg)
return "OK"
Expand Down
Binary file removed payload/goldhen_2.0b2_900.bin
Binary file not shown.
Binary file added payload/goldhen_2.1.2_900.bin
Binary file not shown.
Loading

0 comments on commit 805985f

Please sign in to comment.