moved serial to 4th tty
This commit is contained in:
parent
85a4fef116
commit
377c7d7f5a
1 changed files with 1 additions and 1 deletions
2
dc11.cpp
2
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" };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue