From 377c7d7f5a4fff44fd67e6e91e1e5fbc486e1225 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Fri, 10 May 2024 13:53:33 +0200 Subject: [PATCH] moved serial to 4th tty --- dc11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dc11.cpp b/dc11.cpp index 26ce16d..0524fd7 100644 --- a/dc11.cpp +++ b/dc11.cpp @@ -37,7 +37,7 @@ #define ESP32_UART UART_NUM_1 // this line is reserved for a serial port -constexpr const int serial_line = 0; +constexpr const int serial_line = 3; const char *const dc11_register_names[] { "RCSR", "RBUF", "TSCR", "TBUF" };