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

@@ -65,8 +65,8 @@
"invalidinput": "입력이 올바르지 않습니다",
"needtobeexecutable": "__command__ 은 실행가능상태일 필요가 있습니다 ",
"mustbeexecutable": "nrgpio 은 실행가능상태일 필요가 있습니다 ",
"commandnotfound": "nrgpio 커맨드를 찾을수 없습니다",
"commandnotexecutable": "nrgpio 커맨드가 실행가능상태가 아닙니다",
"commandnotfound": "nrgpio 커맨드를 찾을수 없습니다 ",
"commandnotexecutable": "nrgpio 커맨드가 실행가능상태가 아닙니다 ",
"error": "에러: __error__",
"pythoncommandnotfound": "nrgpio python 커맨드가 실행되지 않았습니다"
}