Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
flxdot committed Apr 18, 2024
1 parent 888f106 commit 48aff5d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/py_edge_interface/carlos/edge/interface/device/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, config: IoConfigTypeVar):
self.config: IoConfigTypeVar = config

def __str__(self):
return f"{self.config.identifier} ({self.config.module})"
return f"{self.config.identifier} ({self.config.driver})"

@abstractmethod
def setup(self):
Expand Down
62 changes: 62 additions & 0 deletions services/device/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48aff5d

Please sign in to comment.