mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 01:12:59 +00:00
docs: Correct uart default pin names and provid more information about ESP-Prog board
This commit is contained in:
@@ -105,7 +105,7 @@ The same macro should be specified for pins that will not be used.
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
// Set UART pins(TX: IO16 (UART2 default), RX: IO17 (UART2 default), RTS: IO18, CTS: IO19)
|
||||
// Set UART pins(TX: IO17 (UART2 default), RX: IO16 (UART2 default), RTS: IO18, CTS: IO19)
|
||||
ESP_ERROR_CHECK(uart_set_pin(UART_NUM_2, UART_PIN_NO_CHANGE, UART_PIN_NO_CHANGE, 18, 19));
|
||||
|
||||
.. only:: esp32s2
|
||||
|
Reference in New Issue
Block a user