We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eb647 commit 78bdf3dCopy full SHA for 78bdf3d
1 file changed
pycyphal/transport/can/media/pythoncan/_pythoncan.py
@@ -300,6 +300,7 @@ async def send(self, frames: typing.Iterable[Envelope], monotonic_deadline: floa
300
is_extended_id=(f.frame.format == FrameFormat.EXTENDED),
301
data=f.frame.data,
302
is_fd=self._is_fd,
303
+ bitrate_switch=self._is_fd,
304
)
305
try:
306
desired_timeout = monotonic_deadline - loop.time()
0 commit comments