Page 1 of 1

Log output is UART0 by default. Can not change to UART1?

Posted: Tue Jan 24, 2017 12:33 am
by readingmb
Log output is UART0 by default. Can not change to UART1?
Or can I turn off the Log output?

Re: Log output is UART0 by default. Can not change to UART1?

Posted: Tue Jan 24, 2017 1:15 am
by WiFive
Menuconfig, components, esp32

Re: Log output is UART0 by default. Can not change to UART1?

Posted: Tue Jan 24, 2017 1:15 am
by kolban
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.

Re: Log output is UART0 by default. Can not change to UART1?

Posted: Tue Jan 24, 2017 6:19 am
by readingmb
oh! Thank very much.