From f126eb0f9899212e0eeb1116ef663d6e346468cf Mon Sep 17 00:00:00 2001 From: Caila Marashaj Date: Tue, 19 Mar 2024 15:50:56 +0000 Subject: [PATCH] package/opentrons: update thermocycler firmware update thermocycler gen2 firmware version to 1.0.5, which raises an error if the thermocycler lid did not cloes successfully. --- .../opentrons-thermocycler-gen2-firmware.hash | 2 +- .../opentrons-thermocycler-gen2-firmware.mk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.hash b/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.hash index 58ddd2bdcf..bca40c4a9d 100644 --- a/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.hash +++ b/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.hash @@ -1,2 +1,2 @@ # locally computed -sha256 0a6fd09e57368f746b2e14a7ae9ad473f7a4a944bde2e8769461aeb9c0d115fa thermocycler-gen2@v1.0.4.bin +sha256 e457eafad0c8f326d85c1a66e843f50745bfb56b0ccfe01ff580ddecb81b39bf thermocycler-gen2@v1.0.5.bin diff --git a/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.mk b/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.mk index c65c6dc5f5..3ece7d77f5 100644 --- a/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.mk +++ b/package/opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.mk @@ -4,8 +4,8 @@ # ################################################################################ -OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_VERSION=v1.0.4 -OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_SOURCE=thermocycler-gen2@v1.0.4.bin +OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_VERSION=v1.0.5 +OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_SOURCE=thermocycler-gen2@v1.0.5.bin OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_SITE=https://opentrons-modules-builds.s3.us-east-2.amazonaws.com/thermocycler-gen2/$(OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_VERSION) OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_LICENSE=Apache-2.0