mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'docs/console_readme_links' into 'master'
docs(console): update broken link in console readme Closes IDFGH-16978 See merge request espressif/esp-idf!44717
This commit is contained in:
@@ -138,7 +138,7 @@ Press TAB when typing command name to auto-complete.
|
||||
|
||||
### Line Endings
|
||||
|
||||
The line endings in the Console Example are configured to match particular serial monitors. Therefore, if the following log output appears, consider using a different serial monitor (e.g. Putty for Windows) or modify the example's [UART configuration](#Configuring-UART-and-VFS).
|
||||
The line endings in the Console Example are configured to match particular serial monitors. Therefore, if the following log output appears, consider using a different serial monitor (e.g. Putty for Windows) or see [console/advanced](../advanced/main/console_settings.c) for how to initialize a console with custom settings.
|
||||
|
||||
```
|
||||
This is an example of ESP-IDF console component.
|
||||
|
||||
Reference in New Issue
Block a user