Skip to content

Commit

Permalink
feat: add in error
Browse files Browse the repository at this point in the history
  • Loading branch information
khauersp committed Jun 17, 2024
1 parent 13c115b commit 28c10d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions j1939/Dm14Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def _wait_for_data(self) -> None:
self.state,
self.object_count,
self.sa,
j1939.ParameterGroupNumber.PGN.DM15,
self.error,
self.edcp,
)
elif (
self.command is j1939.Command.WRITE.value
Expand Down

0 comments on commit 28c10d2

Please sign in to comment.