update
This commit is contained in:
parent
3d7d777b8f
commit
cde8a1bd15
BIN
Screenshot_20241125_191002.png
Normal file
BIN
Screenshot_20241125_191002.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 518 KiB |
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user