fix pi gpio to catch close timing error

This commit is contained in:
Dave Conway-Jones
2023-03-15 10:21:31 +00:00
parent 553ae44ccb
commit bd15c5d6dd
6 changed files with 26 additions and 15 deletions

View File

@@ -66,8 +66,8 @@
"invalidinput": "Ungültige Eingabe",
"needtobeexecutable": "__command__ muss ausführbar sein",
"mustbeexecutable": "nrgpio muss ausführbar sein",
"commandnotfound": "nrgpio-Befehl nicht gefunden",
"commandnotexecutable": "nrgpio-Befehl nicht ausführbar",
"commandnotfound": "nrgpio-Befehl nicht gefunden ",
"commandnotexecutable": "nrgpio-Befehl nicht ausführbar ",
"error": "Fehler: __error__",
"pythoncommandnotfound": "nrgpio-Python-Befehl nicht aktiv"
}