diff --git a/client/src/uart/uart_posix.c b/client/src/uart/uart_posix.c index 406bf6d7c..4a41b7958 100644 --- a/client/src/uart/uart_posix.c +++ b/client/src/uart/uart_posix.c @@ -130,7 +130,7 @@ serial_port uart_open(const char *pcPortName, uint32_t speed) { portstr = colon + 1; *colon = '\0'; } else { - portstr = "7901"; + portstr = "18888"; } struct addrinfo info;