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
webusb: On serial connection check baud rate before setting it. (#1103)
Setting the baud rate makes DAPLink send a "break signal", which
resets the target.
This is triggered when switching tabs as it resets the user's
micro:bits when the editor goes out of focus and active again..
We can avoid this reset by checking first the DAPLink serial
settings and only set the baud rate if necessary.
0 commit comments