Skip to content

Commit 1dd65d4

Browse files
authored
fix(thermocycler-gen2 script): fix order of thermistor data (#433)
1 parent a3b0c7e commit 1dd65d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32-modules/thermocycler-gen2/scripts/hold_temp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Thermistors:
5656
bl: float # back left
5757

5858
def __str__(self):
59-
return f'{self.hs},{self.fr},{self.fc},{self.fl},{self.br},{self.bc},{self.bl}'
59+
return f'{self.hs},{self.fr},{self.fl},{self.fc},{self.br},{self.bl},{self.bc}'
6060

6161
@dataclass
6262
class Power:

0 commit comments

Comments
 (0)