We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74f4e9 commit ffe7769Copy full SHA for ffe7769
cores/esp32/esp32-hal-uart.c
@@ -886,6 +886,7 @@ uart_t *uartBegin(
886
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, UART_SIGNAL_INV_DISABLE);
887
if (retCode) {
888
uart->inv_mask = UART_SIGNAL_INV_DISABLE;
889
+ log_v("UART%d: RX and TX signals are set not inverted.", uart_nr);
890
}
891
892
0 commit comments