v0.1.8 fix cli

This commit is contained in:
controllerzz
2025-12-24 20:32:26 +03:00
parent 63e6ed4ffd
commit 5f40847b81
5 changed files with 53 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ async def main(is_debug=False):
channel=1,
can_id=0x100,
data=b"\x00" * 8,
period_s=0.5,
period_s=0.2,
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.05,
period_s=0.03,
)
try: