fix
This commit is contained in:
parent
32fe442cce
commit
b766c0ce04
@ -112,13 +112,19 @@ namespace esphome
|
|||||||
totalFpSeen++;
|
totalFpSeen++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ESP_LOGD(TAG, "F", f->getAddress());
|
||||||
|
|
||||||
if (f->hasReport()) {
|
if (f->hasReport()) {
|
||||||
if (reportBuffer(f))
|
ESP_LOGD(TAG, "hasReport");
|
||||||
|
if (reportBuffer(f)) {
|
||||||
|
ESP_LOGD(TAG, "reportBuffer");
|
||||||
f->clearReport();
|
f->clearReport();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (this->reportDevice(f)) {
|
if (this->reportDevice(f)) {
|
||||||
|
ESP_LOGD(TAG, "reportDevice");
|
||||||
totalFpReported++;
|
totalFpReported++;
|
||||||
reported++;
|
reported++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user