Skip to content

Commit 7245759

Browse files
committed
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 ```
1 parent c63f0d9 commit 7245759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g2core/g2core_info.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef G2CORE_INFO_H_ONCE
2222
#define G2CORE_INFO_H_ONCE
2323

24-
#define G2CORE_FIRMWARE_BUILD 100.13 // cleanup in preparation for M7
24+
#define G2CORE_FIRMWARE_BUILD 100.14 // fix for 198, uart can be muted when USB connects
2525
#ifdef GIT_VERSION
2626
#define G2CORE_FIRMWARE_BUILD_STRING GIT_VERSION
2727
#else

0 commit comments

Comments
 (0)