From 1dd65d45ed6b5a50705d7cc9e12f950498c9ef3a Mon Sep 17 00:00:00 2001 From: Frank Sinapi Date: Wed, 14 Dec 2022 09:38:46 -0500 Subject: [PATCH] fix(thermocycler-gen2 script): fix order of thermistor data (#433) --- stm32-modules/thermocycler-gen2/scripts/hold_temp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32-modules/thermocycler-gen2/scripts/hold_temp.py b/stm32-modules/thermocycler-gen2/scripts/hold_temp.py index 6dfdea9b6..523439ea1 100644 --- a/stm32-modules/thermocycler-gen2/scripts/hold_temp.py +++ b/stm32-modules/thermocycler-gen2/scripts/hold_temp.py @@ -56,7 +56,7 @@ class Thermistors: bl: float # back left def __str__(self): - return f'{self.hs},{self.fr},{self.fc},{self.fl},{self.br},{self.bc},{self.bl}' + return f'{self.hs},{self.fr},{self.fl},{self.fc},{self.br},{self.bl},{self.bc}' @dataclass class Power: