LiquidGUI [1.0.0.2] - Bugfix Release
- Fixed firmware not detected logic.
This commit is contained in:
@@ -62,7 +62,7 @@ class MainWindow(QMainWindow):
|
||||
self.prg_temp.setValue(lctl_worker.device_temp)
|
||||
self.prg_fanSpeed.setValue(lctl_worker.device_fanSpeed)
|
||||
self.prg_pumpSpeed.setValue(lctl_worker.device_pumpSpeed)
|
||||
if lctl_worker.device_fwVers != None:
|
||||
if lctl_worker.device_fwVers != 0 or None:
|
||||
self.lbl_fwVers.setText(f"Firmware: v{lctl_worker.device_fwVers}")
|
||||
|
||||
app = QApplication(sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user