mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Bump clang-tidy from 11 to 14 (#5160)
This commit is contained in:
@@ -147,8 +147,9 @@ void VBusCustomBSensor::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, " Command: 0x%04x", this->command_);
|
||||
}
|
||||
ESP_LOGCONFIG(TAG, " Binary Sensors:");
|
||||
for (VBusCustomSubBSensor *bsensor : this->bsensors_)
|
||||
for (VBusCustomSubBSensor *bsensor : this->bsensors_) {
|
||||
LOG_BINARY_SENSOR(" ", "-", bsensor);
|
||||
}
|
||||
}
|
||||
|
||||
void VBusCustomBSensor::handle_message(std::vector<uint8_t> &message) {
|
||||
|
||||
@@ -232,8 +232,9 @@ void VBusCustomSensor::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, " Command: 0x%04x", this->command_);
|
||||
}
|
||||
ESP_LOGCONFIG(TAG, " Sensors:");
|
||||
for (VBusCustomSubSensor *sensor : this->sensors_)
|
||||
for (VBusCustomSubSensor *sensor : this->sensors_) {
|
||||
LOG_SENSOR(" ", "-", sensor);
|
||||
}
|
||||
}
|
||||
|
||||
void VBusCustomSensor::handle_message(std::vector<uint8_t> &message) {
|
||||
|
||||
Reference in New Issue
Block a user