Page 1 of 1

Console baud rate missing from menuconfig?

Posted: Mon Dec 04, 2023 8:16 pm
by papadeltasierra
I have configured the console to use UART0 but am unable to find any of the baud rate settings when I run `idf.py menuconfig`. Is there something obvious that I am missing or perhaps need to set to make the baud rate settings appear?

Re: Console baud rate missing from menuconfig?

Posted: Tue Dec 05, 2023 2:26 am
by ESP_Sprite
Under 'ESP system settings', you want to select 'Custom UART' rather than 'UART0'. This allows you to configure the baud rate and other things.

Re: Console baud rate missing from menuconfig?

Posted: Tue Dec 05, 2023 8:25 am
by papadeltasierra
Thanks very much! Not a very obvious interface ;-).