MicroDebug icon indicating copy to clipboard operation
MicroDebug copied to clipboard

Howto change output pin

Open geronet1 opened this issue 1 year ago • 0 comments

I would like to change the output to Serial1 on an ESP8266, how is this possible? Serial (UART0) is already used for bus communication and i need the hardware UART.

With #define SERIAL_DEBUG_IMPL Serial1 before including FormattingSerialDebug.h it doesn't work.

geronet1 avatar Nov 07 '23 19:11 geronet1