UART Read Not Clearing Buffer
Hello,
I am working on a project, using pxp_reporter as a base. I am communicating with an ESP WiFi module over UART.
I have UART configured, and I can communicate with the device. However, after I do a successful ad_uart_read, I always get the same data for any additional read operations afterwards. I do not have this problem when I communicate directly with the ESP device over the USB->UART bridge on the pro development board.