From 4b8f2ca3a73b75be6ff362cbd4efe5db99b93c9f Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:50:57 +0100 Subject: [PATCH] Updated (EN) Customization (markdown) --- (EN)-Customization.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/(EN)-Customization.md b/(EN)-Customization.md index e86225c..78737e3 100644 --- a/(EN)-Customization.md +++ b/(EN)-Customization.md @@ -25,6 +25,7 @@ Table of contents: - [Scheduled climate](#scheduled-climate) - [Framework `esp-idf`](#framework-esp-idf) - [Bluetooth proxy](#bluetooth-proxy) + - [Logger via UART](#logger-via-uart)     @@ -489,3 +490,13 @@ esp32: 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 +``` +