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
100.14 // fix for 198, uart can be muted when USB connects
The default behavior is everything connected gets all responses. (Minus behavior for second USB port, which is now disabled by default.)
In the settings file being used, you need:
```c++
#define XIO_UART_MUTES_WHEN_USB_CONNECTED 1 // Mute the UART when USB connects
```
0 commit comments