Skip to main content
Source: CHANGELOG.md

MotorBridge 0.4.2 Release Test Note

Date: 2026-06-03

Summary

Optimizes Damiao dm-serial background polling and tightens serial read timeouts.

Version Alignment

Key Changes

Fixed

  • Optimized Damiao dm-serial background polling so recv(0ms) performs a true non-blocking drain instead of waiting on the serial-port read timeout when no bytes are pending.
  • Reduced the Damiao serial bridge read timeout from 2 ms to 1 ms for bounded synchronous feedback/register reads while keeping compatibility fallbacks.

See Also