mirror of
https://github.com/esphome/esphome.git
synced 2025-09-20 04:02:21 +01:00
Bump clang-tidy from 11 to 14 (#5160)
This commit is contained in:
@@ -21,8 +21,7 @@ void SPISSD1327::setup() {
|
||||
void SPISSD1327::dump_config() {
|
||||
LOG_DISPLAY("", "SPI SSD1327", this);
|
||||
ESP_LOGCONFIG(TAG, " Model: %s", this->model_str_());
|
||||
if (this->cs_)
|
||||
LOG_PIN(" CS Pin: ", this->cs_);
|
||||
LOG_PIN(" CS Pin: ", this->cs_);
|
||||
LOG_PIN(" DC Pin: ", this->dc_pin_);
|
||||
LOG_PIN(" Reset Pin: ", this->reset_pin_);
|
||||
ESP_LOGCONFIG(TAG, " Initial Brightness: %.2f", this->brightness_);
|
||||
|
Reference in New Issue
Block a user