Updated (EN) Customization (markdown)

Edward Firmo
2023-11-09 16:50:57 +01:00
parent 79c8e18205
commit 4b8f2ca3a7

@@ -25,6 +25,7 @@ Table of contents:
- [Scheduled climate](#scheduled-climate) - [Scheduled climate](#scheduled-climate)
- [Framework `esp-idf`](#framework-esp-idf) - [Framework `esp-idf`](#framework-esp-idf)
- [Bluetooth proxy](#bluetooth-proxy) - [Bluetooth proxy](#bluetooth-proxy)
- [Logger via UART](#logger-via-uart)
   
   
@@ -489,3 +490,13 @@ esp32:
bluetooth_proxy: bluetooth_proxy:
``` ```
 
### Logger via UART
By default, the logging via hardware UART is disable in this project. You can enable it by setting the baud rate accordingly to your interface:
```yaml
# Enable hardware UART serial logging
logger:
baud_rate: 115200
```