-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/opentrons: update thermocycler firmware (#226)
update thermocycler gen2 firmware version to 1.0.5, which raises an error if the thermocycler lid did not cloes successfully.
- Loading branch information
1 parent
2060b71
commit 55054e1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../opentrons/opentrons-thermocycler-gen2-firmware/opentrons-thermocycler-gen2-firmware.hash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
# | ||
################################################################################ | ||
|
||
OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_VERSION=v1.0.4 | ||
OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_SOURCE[email protected].4.bin | ||
OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_VERSION=v1.0.5 | ||
OPENTRONS_THERMOCYCLER_GEN2_FIRMWARE_SOURCE[email protected].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 | ||
|
||
|