Compiling my project now results in errors:
uart_set_line_inverse(n, UART_INVERSE_TXD);
UART_INVERSE_TXD is not defined anymore in the new IDF. The doucmentation is also unclear:
uart_signal_inv_t is also undefined.Choose the wires that need to be inverted. Using the ORred mask of uart_signal_inv_t
What value is required when TXD is to be inverted?
Why has UART_INVERSE_TXD been dropped?