GUI #1

Merged
j.blanckenburg merged 15 commits from gui into master 2025-05-18 12:37:29 +02:00
Showing only changes of commit 8eccc36f39 - Show all commits

View File

@ -335,7 +335,7 @@ class Worker(QObject):
i = 1
while self.continue_run: # give the loop a stoppable condition
data.fill_dummy_data()
self.charger_communication()
# self.charger_communication()
# QThread.sleep(1)
self.finished.emit() # emit the finished signal when the loop is done