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
+2 -2
View File
@@ -25,7 +25,7 @@ async def main(is_debug=False):
channel=1,
can_id=0x100,
data=b"\x00" * 8,
period_s=0.001,
period_s=0.1,
modify=mod)
sender.add(
@@ -33,7 +33,7 @@ async def main(is_debug=False):
channel=1,
can_id=0x123,
data=b"\x01\x02\x03\x04\x05\x06\x07\x08",
period_s=0.03,
period_s=0.05,
)
try: