We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842bcc2 commit 0b65cf5Copy full SHA for 0b65cf5
1 file changed
src/ui_state/view_menu/view_thermal.py
@@ -25,9 +25,7 @@ def loop(self):
25
self.titrator.lcd.print("Avg Raw", line=1)
26
average = self.titrator.thermal_probe.get_running_average()
27
raw = self.titrator.thermal_probe.get_raw_temperature()
28
- self.titrator.lcd.print(
29
- f"{average} {raw}", line=2
30
- )
+ self.titrator.lcd.print(f"{average} {raw}", line=2)
31
32
def handle_key(self, key):
33
"""
0 commit comments