fix serialport error message

This commit is contained in:
Dave Conway-Jones
2019-09-26 22:27:53 +01:00
parent a318dc56ff
commit 8c767709a5
5 changed files with 5 additions and 5 deletions

View File

@@ -67,6 +67,6 @@
"commandnotfound": "nrgpio コマンドが見つかりません",
"commandnotexecutable": "nrgpio コマンドが実行可能ではありません",
"error": "エラー: __error__",
"pythoncommandnotfound": "nrpgio python コマンドが実行されていません"
"pythoncommandnotfound": "nrgpio python コマンドが実行されていません"
}
}