update 0.1.9

This commit is contained in:
controllerzz
2026-06-17 20:44:18 +03:00
parent 32163c0001
commit 99451aceb8
12 changed files with 814 additions and 275 deletions
+4
View File
@@ -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,