Page 1 of 1

UART deinit

Posted: Fri Feb 02, 2024 7:40 am
by lucibel
hi,
how to deinit uart on ESP32 we don't need it ?
thx for your prompt reply

Re: UART deinit

Posted: Fri Feb 02, 2024 8:28 am
by lucibel
the answer is :
uart_driver_delete(0);
in C code