Skip to content

Commit a04aa37

Browse files
committed
Fixed issue 1155
1 parent 13f1209 commit a04aa37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GCodes/GCodes2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ bool GCodes::HandleMcode(GCodeBuffer& gb, const StringRef& reply) THROWS(GCodeEx
20822082
type = UsbMessage;
20832083
break;
20842084
case 2: // UART port
2085-
type = DirectAuxMessage;
2085+
type = AuxMessage;
20862086
break;
20872087
case 3: // HTTP
20882088
type = HttpMessage;

0 commit comments

Comments
 (0)