Software sollte nun richtig beendet werden.

This commit is contained in:
2024-07-23 13:45:11 +02:00
parent 2afb5fa266
commit d1f32f1719

View File

@@ -512,6 +512,7 @@ class ArduinoGUI:
self.running = False self.running = False
if self.arduino: if self.arduino:
self.arduino.close() self.arduino.close()
self.communication_thread = None
if self.ser: if self.ser:
self.ser.close() self.ser.close()
self.root.quit() self.root.quit()