Skip to content

Commit

Permalink
Update firmware binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Jul 5, 2024
1 parent 1be2264 commit 6c2e15f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified leo_fw/firmware/core2_firmware.bin
Binary file not shown.
Binary file modified leo_fw/firmware/leocore_firmware.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions leo_fw/src/leo_fw/flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@ def flash_firmware(
firmware_version = "<unknown>"
else:
if board_type == BoardType.CORE2:
firmware_version = "2.1.0"
firmware_version = "2.1.1"
elif board_type == BoardType.LEOCORE:
firmware_version = "1.2.0"
firmware_version = "1.2.1"

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

0 comments on commit 6c2e15f

Please sign in to comment.