moved serial to 4th tty

This commit is contained in:
folkert van heusden 2024-05-10 13:53:33 +02:00
parent 85a4fef116
commit 377c7d7f5a
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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" };