mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
Extends UART change at runtime to ESP8266 (#3496)
This commit is contained in:
parent
fca598b833
commit
fb8e25267d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user