Skip to content

Commit

Permalink
Update firmware binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 18, 2024
1 parent f89da43 commit 5b482a8
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 5b482a8

Please sign in to comment.