Log output is UART0 by default. Can not change to UART1?
Or can I turn off the Log output?
Log output is UART0 by default. Can not change to UART1?
Re: Log output is UART0 by default. Can not change to UART1?
Menuconfig, components, esp32
Re: Log output is UART0 by default. Can not change to UART1?
If you run "make menuconfig" and then navigate to Component Config -> ESP32 specific you will find an entry called "UART for console output" where you can select UART0 or UART1 ... or none.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: Log output is UART0 by default. Can not change to UART1?
oh! Thank very much.