Tools: IDF Monitor follows the UART console baud rate by default

This commit is contained in:
Roland Dobai
2022-01-20 13:29:16 +01:00
parent 4a3d0525f2
commit aedb846a20
5 changed files with 20 additions and 10 deletions

View File

@@ -5,10 +5,11 @@ ESP-IDF 5.0 Migration Guides
.. toctree::
:maxdepth: 1
Environment Setup on Windows <windows-env>
Peripherals <peripherals>
Build System <build-system>
System <system>
FreeRTOS <freertos>
Environment Setup on Windows <windows-env>
Ethernet <ethernet>
FreeRTOS <freertos>
Peripherals <peripherals>
Removed or deprecated components <removed-components>
System <system>
Tools <tools>

View File

@@ -0,0 +1,7 @@
Migrate Tools to ESP-IDF 5.0
============================
IDF Monitor
-----------
IDF Monitor follows the custom console baud-rate (:ref:`CONFIG_ESP_CONSOLE_UART_BAUDRATE`) by default instead of 115200. That means if a custom UART baud-rate is set then one doesn't have to change the monitor baud-rate (:ref:`CONFIG_ESPTOOLPY_MONITOR_BAUD`) to match it.