Skip to content

Commit

Permalink
fix uart settings check (esphome#7573)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssieb authored Oct 9, 2024
1 parent 7e16cda commit 4bac970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/cse7766/cse7766.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void CSE7766Component::dump_config() {
LOG_SENSOR(" ", "Apparent Power", this->apparent_power_sensor_);
LOG_SENSOR(" ", "Reactive Power", this->reactive_power_sensor_);
LOG_SENSOR(" ", "Power Factor", this->power_factor_sensor_);
this->check_uart_settings(4800);
this->check_uart_settings(4800, 1, uart::UART_CONFIG_PARITY_EVEN);
}

} // namespace cse7766
Expand Down

0 comments on commit 4bac970

Please sign in to comment.