This commit is contained in:
Your Name 2024-11-25 19:13:28 +01:00
parent 3d7d777b8f
commit cde8a1bd15
4 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View File

@ -136,6 +136,8 @@ python3 workflow.py
Die Benutzeroberfläche wird gestartet und alle Geräte (Waage, Kamera, ESP32) werden automatisch initialisiert. Die Benutzeroberfläche wird gestartet und alle Geräte (Waage, Kamera, ESP32) werden automatisch initialisiert.
![[Workspace Overview]](image.png)
### Arbeitsablauf ### Arbeitsablauf
1. Auftrag laden 1. Auftrag laden

View File

@ -577,7 +577,7 @@ class Ui_MainWindow(object):
tableObject.item(rowID, col).setBackground(QtGui.QColor(r,g,b)) tableObject.item(rowID, col).setBackground(QtGui.QColor(r,g,b))
# call change led color # call change led color
light_app.map_color_to_led(r,g,b) #light_app.map_color_to_led(r,g,b)
def auftragsBtnClicked(self): def auftragsBtnClicked(self):
databaseQueryWorking = False #wird für die Überprüfung, ob die Datenbankabfrage fehlerhaft ist, verwendet databaseQueryWorking = False #wird für die Überprüfung, ob die Datenbankabfrage fehlerhaft ist, verwendet