In ESP8266 we are having U0TXD,U0RXD & one U1TXD. What i want to do is, i will redirect all debudg messages like (printf,osprintf ,DBG_LINES & DBG_PRINT ) messages to UART1 port & only sensor read & write data to UART0. how can i do the settings in ESP8266_RTOS_SDK.
Rajesh.M