Page 1 of 1

how to enable ESP32 idf UART console function and make the esp32 get same input from UART

Posted: Fri Dec 09, 2016 2:17 pm
by wziy520
btw, Which file defined the CONFIG_CONSOLE_UART_NUM value?

Re: how to enable ESP32 idf UART console function and make the esp32 get same input from UART

Posted: Fri Dec 09, 2016 3:57 pm
by kolban
When we use the ESP-IDF build environment, a file called "sdkconfig.h" is generated once we run "make menuconfig". This file should be (opinion/experience) included in all your source files. It contains all the properties defined by the configurator as C macro definitions.