Passwort geändert auf 976638.

This commit is contained in:
2024-07-26 09:47:19 +02:00
parent 2563626def
commit d4533ea54c

View File

@@ -510,7 +510,7 @@ class ArduinoGUI:
def on_closing(self):
userInput = simpledialog.askstring("Masterpasswort eingeben", "Zum Ausführen dieses Befehls ist das Masterpasswort notwendig.\n")
if userInput == "changeme":
if userInput == "976638":
self.running = False
if self.arduino:
self.arduino.close()