Extends UART change at runtime to ESP8266 (#3496)

This commit is contained in:
Edward Firmo 2024-01-09 01:45:51 +01:00 committed by GitHub
parent fca598b833
commit fb8e25267d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Below are the methods to read current settings and modify them dynamically:
id(my_uart).get_baud_rate();
- **Modifying Settings at Runtime:** You can change certain UART parameters during runtime.
After setting new values, invoke ``load_settings()`` (ESP32 only) to apply these changes:
After setting new values, invoke ``load_settings()`` (ESP only) to apply these changes:
.. code-block:: yaml