If I change either of the below 2 values in sdkconfig, the values change back to 115200 when I build my project.
Code: Select all
CONFIG_CONSOLE_UART_BAUDRATE=921600
CONFIG_ESP_CONSOLE_UART_BAUDRATE=921600
How can I change the stdout baud rate? idf.py menuconfig doesn't help either - there is no console UART baud rate setting to be found on mine:
I'm using a WROOM32D - not sure if this is a limitation of this device or not.