Closed cmidgley closed 1 month ago
Update to all ESP32 main.c to use CONFIG_ESP_CONSOLE_UART_BAUDRATE instead of the hard-coded 115200 for instrumented builds (brief discussion on #1409).
main.c
CONFIG_ESP_CONSOLE_UART_BAUDRATE
This has been committed and will be available in the next drop.
Update to all ESP32
main.c
to useCONFIG_ESP_CONSOLE_UART_BAUDRATE
instead of the hard-coded 115200 for instrumented builds (brief discussion on #1409).