diff --git a/leo_fw/firmware/core2_firmware.bin b/leo_fw/firmware/core2_firmware.bin index cc7019a..6febf8e 100755 Binary files a/leo_fw/firmware/core2_firmware.bin and b/leo_fw/firmware/core2_firmware.bin differ diff --git a/leo_fw/firmware/leocore_firmware.bin b/leo_fw/firmware/leocore_firmware.bin index 5d88c78..8f1db1d 100755 Binary files a/leo_fw/firmware/leocore_firmware.bin and b/leo_fw/firmware/leocore_firmware.bin differ diff --git a/leo_fw/src/leo_fw/flash.py b/leo_fw/src/leo_fw/flash.py index 8db2c1a..670970d 100644 --- a/leo_fw/src/leo_fw/flash.py +++ b/leo_fw/src/leo_fw/flash.py @@ -167,9 +167,9 @@ def flash_firmware( firmware_version = "" 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}")