Page 1 of 1

monitor baud rate

Posted: Tue Jan 16, 2024 7:28 am
by floitsch_toit
According to https://github.com/espressif/esp-idf/bl ... /tools.rst esp-idf monitor now uses the custom console baud-rate (CONFIG_ESP_CONSOLE_UART_BAUDRATE) by default instead of 115200.

I looked through the sources and couldn't find how it was doing that. Could someone point me to the correct place?
Thanks.