mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
Update aj_sr04m.cpp
Fix clang
This commit is contained in:
parent
b304d25336
commit
8a6921800b
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ void Ajsr04mComponent::update() {
|
||||||
ESP_LOGW(TAG, "checksum failed: %02x != %02x", checksum, frame[3]);
|
ESP_LOGW(TAG, "checksum failed: %02x != %02x", checksum, frame[3]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
void Ajsr04mComponent::dump_config() {
|
void Ajsr04mComponent::dump_config() {
|
||||||
LOG_SENSOR("", "AJ_SR04M Sensor", this);
|
LOG_SENSOR("", "AJ_SR04M Sensor", this);
|
||||||
|
|
Loading…
Reference in a new issue