Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
922dbf98b9 | |||
34089f1add | |||
4c710f7a0a | |||
b766c0ce04 |
@@ -112,13 +112,19 @@ namespace esphome
|
||||
totalFpSeen++;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "F %s", f->getAddress().toString().c_str());
|
||||
|
||||
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++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user