From d2637ad8e3e5f0e9324159512b4e03879539098f Mon Sep 17 00:00:00 2001 From: Geoff Davis Date: Wed, 11 Mar 2020 16:20:50 -0700 Subject: [PATCH] Fix baud_rate text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de755df..907b818 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ the `HardwareSerial` handle within the ESPHome framework. Create an ESPHome YAML configuration with the following sections: * `esphome: libraries:` * `climate:` - set up a custom climate, change the Serial port as needed. - * ESP8266 only: `logger: baud\_rate: 0` - disables serial port logging on the + * ESP8266 only: `logger: baud_rate: 0` - disables serial port logging on the sole ESP8266 hardware UART ```yaml