mirror of
https://github.com/controllerzz/carbus_lib.git
synced 2026-08-10 08:13:15 +03:00
update 0.1.9
This commit is contained in:
@@ -72,6 +72,10 @@ class PeriodicJob:
|
||||
msg = CanMessage(
|
||||
can_id=self.can_id,
|
||||
data=out,
|
||||
extended=self.extended,
|
||||
rtr=self.rtr,
|
||||
fd=self.fd,
|
||||
brs=self.brs,
|
||||
)
|
||||
await dev.send_can(
|
||||
msg,
|
||||
|
||||
Reference in New Issue
Block a user