How to get serial console output from ESP32S3?

Ah, I figured it out. I needed to add USEMODULE += stdio_usb_serial_jtag to the Makefile according to this note in the API documentation: STDIO over ESP32 Debug Serial/JTAG

1 Like