Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package/opentrons: update thermocycler firmware #226

Merged
merged 1 commit into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# locally computed
sha256 0a6fd09e57368f746b2e14a7ae9ad473f7a4a944bde2e8769461aeb9c0d115fa [email protected].4.bin
sha256 e457eafad0c8f326d85c1a66e843f50745bfb56b0ccfe01ff580ddecb81b39bf [email protected].5.bin
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading