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 c409993 commit c74f4e9Copy full SHA for c74f4e9
cores/esp32/esp32-hal-uart.c
@@ -879,7 +879,7 @@ uart_t *uartBegin(
879
retCode &= ESP_OK == uart_set_line_inverse(uart_nr, _inv_mask);
880
if (retCode) {
881
uart->inv_mask = _inv_mask;
882
- log_v("Inverted RX and TX signals within UART%d", uart_nr);
+ log_v("UART%d: RX and TX signals are set to be inverted.", uart_nr);
883
}
884
} else {
885
// disable invert signal for both Rx and Tx
0 commit comments