You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix buffering issues with CP2102 converter causing connection failures
Some CP2102 drivers on Windows don't properly flush buffers after
unsupported commands, leaving stale data that breaks subsequent
communication. Add active buffer draining to read and discard any
lingering data before continuing.
Closesespressif#1106
0 commit comments