Michael Ammann
548412952b
CTS / RTS pins were swapped in this API ( #6816 )
...
espressif/esp-idf / components/driver/include/driver/uart.h defines the API:
esp_err_t uart_set_pin(uart_port_t uart_num, int tx_io_num, int rx_io_num, int **rts_io_num**, int **cts_io_num**);
uartSetPins uses that api but alls it with swapped CTS/RTS pins as its API uses a different pin ordering:
uart_set_pin(uart->num, txPin, rxPin, **ctsPin**, **rtsPin**);
This fixes the wrong order in the function uartSetPins
2022-05-28 01:15:53 +03:00
..
2018-09-21 08:39:36 +02:00
2022-05-27 12:39:00 +03:00
2022-05-11 12:57:50 +03:00
2019-10-02 14:29:24 +03:00
2021-03-11 12:11:53 +02:00
2016-10-06 07:09:44 -06:00
2017-01-24 17:57:44 +02:00
2021-11-18 14:25:04 +02:00
2019-09-09 09:36:22 +03:00
2022-05-27 12:17:51 +03:00
2021-07-16 17:34:25 +03:00
2021-03-11 12:11:53 +02:00
2021-03-11 12:11:53 +02:00
2022-05-09 23:40:44 +03:00
2021-03-11 12:11:53 +02:00
2021-12-14 21:10:30 +02:00
2021-12-14 21:10:30 +02:00
2022-05-09 23:14:59 +03:00
2022-04-21 17:49:54 +03:00
2022-05-09 23:17:12 +03:00
2021-12-14 14:24:44 +02:00
2022-04-26 14:45:14 +03:00
2021-10-01 17:34:20 +03:00
2022-04-21 17:50:55 +03:00
2022-04-21 17:50:55 +03:00
2022-04-26 14:46:42 +03:00
2022-03-28 12:09:41 +03:00
2021-03-11 12:11:53 +02:00
2022-05-19 15:52:13 +03:00
2022-03-28 12:09:41 +03:00
2021-04-05 14:23:58 +03:00
2022-03-10 15:19:15 +02:00
2021-12-21 15:02:40 +02:00
2021-12-22 16:41:52 +02:00
2021-12-22 16:41:52 +02:00
2022-03-28 12:09:41 +03:00
2022-03-28 12:09:41 +03:00
2022-01-17 16:09:58 +02:00
2022-05-27 12:31:16 +03:00
2022-02-23 15:59:20 +02:00
2022-05-09 23:17:12 +03:00
2022-03-28 12:09:41 +03:00
2022-04-26 14:34:50 +03:00
2022-02-03 19:06:12 +02:00
2022-05-28 01:15:53 +03:00
2022-03-28 11:37:12 +03:00
2022-01-17 14:47:08 +02:00
2021-04-05 14:23:58 +03:00
2022-05-04 18:55:21 +03:00
2022-03-28 12:09:41 +03:00
2021-04-19 14:25:09 +03:00
2021-10-13 15:39:36 +03:00
2021-08-02 15:35:13 +03:00
2021-10-13 15:39:36 +03:00
2021-08-23 17:27:34 +03:00
2021-04-05 14:23:58 +03:00
2021-03-11 12:11:53 +02:00
2022-05-13 13:57:13 +03:00
2022-03-28 17:04:38 +03:00
2022-03-28 12:09:41 +03:00
2022-03-28 12:09:41 +03:00
2022-04-29 11:13:07 +03:00
2022-04-29 11:13:07 +03:00
2021-03-11 12:11:53 +02:00
2021-03-11 12:11:53 +02:00
2022-03-28 12:09:41 +03:00
2021-12-14 15:49:43 +02:00
2021-12-14 15:49:43 +02:00
2020-11-08 04:55:59 +02:00
2020-09-30 14:31:36 +03:00
2022-01-17 16:12:22 +02:00
2016-10-06 07:09:44 -06:00
2018-06-27 09:01:06 +02:00
2022-05-18 11:24:03 +03:00
2022-05-18 11:24:03 +03:00
2021-11-04 14:24:28 +02:00
2022-01-17 16:12:22 +02:00
2019-05-11 11:16:05 +03:00
2018-04-16 16:34:39 +02:00
2022-05-27 12:39:00 +03:00
2020-11-02 20:26:50 +02:00
2022-03-28 12:09:41 +03:00
2021-08-23 17:27:34 +03:00
2022-03-28 12:09:41 +03:00
2022-03-28 12:09:41 +03:00
2021-08-23 17:27:34 +03:00
2021-08-23 17:27:34 +03:00
2016-10-06 07:09:45 -06:00
2016-11-13 13:26:49 +02:00
2021-08-02 14:53:11 +03:00
2020-11-02 22:11:26 +02:00
2022-02-01 13:26:52 +02:00
2022-05-18 11:24:03 +03:00
2022-05-18 11:24:03 +03:00