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