From 83f9c7b588f64d74e3d3fec09eb5dd5f9538bfc5 Mon Sep 17 00:00:00 2001 From: Luis Teixeira Date: Wed, 4 Dec 2019 23:03:52 +0000 Subject: [PATCH] Fixed comment (bits for each field) --- tasmota/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/settings.h b/tasmota/settings.h index 61359226b..a3f5fd63e 100644 --- a/tasmota/settings.h +++ b/tasmota/settings.h @@ -417,7 +417,7 @@ struct SYSCFG { uint8_t web_color[18][3]; // 73E uint16_t display_width; // 774 uint16_t display_height; // 776 - uint16_t serial_config; // 778 - 11 MSB's define the baud rate; 5 LSB's define the serial config (e.g. 8N1). Maps to the SerialCfg struct. + uint16_t serial_config; // 778 - 14 MSB's define the baud rate; 2 LSB's define the serial config (e.g. 8N1). Maps to the SerialCfg struct. uint16_t sbaudrate; // 77A EnergyUsage energy_usage; // 77C // uint32_t drivers[3]; // 794 - 6.5.0.12 replaced by below three entries