UART deinit

Post and discuss new components that you have created.
Post Reply
lucibel
Posts: 172
http://meble-kuchenne.info.pl
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

UART deinit

Post by lucibel »

hi,
how to deinit uart on ESP32 we don't need it ?
thx for your prompt reply
Seb

lucibel
Posts: 172
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

Re: UART deinit

Post by lucibel »

the answer is :
uart_driver_delete(0);
in C code
Seb

Post Reply