Skip to content

Commit

Permalink
Update firmware binaries (#11) (#12)
Browse files Browse the repository at this point in the history
(cherry picked from commit 680400e)

Co-authored-by: Błażej Sowa <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and bjsowa authored Nov 18, 2024
1 parent 98bf6cd commit 22c88a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified leo_fw/data/firmware_binaries/core2_firmware.bin
Binary file not shown.
Binary file modified leo_fw/data/firmware_binaries/leocore_firmware.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions leo_fw/leo_fw/flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ def flash_firmware(
firmware_version = "<unknown>"
else:
if board_type == BoardType.CORE2:
firmware_version = "1.2.0"
firmware_version = "1.3.0"
elif board_type == BoardType.LEOCORE:
firmware_version = "1.2.0"
firmware_version = "1.3.0"

print(f"Current firmware version: {current_firmware_version}")
print(f"Version of the firmware to flash: {firmware_version}")
Expand Down

0 comments on commit 22c88a6

Please sign in to comment.