1 Commits

Author SHA1 Message Date
922dbf98b9 fix 2023-12-10 13:21:11 +03:00

View File

@@ -112,7 +112,7 @@ namespace esphome
totalFpSeen++; totalFpSeen++;
} }
ESP_LOGD(TAG, "F %s", f->getAddress().toString()); ESP_LOGD(TAG, "F %s", f->getAddress().toString().c_str());
if (f->hasReport()) { if (f->hasReport()) {
ESP_LOGD(TAG, "hasReport"); ESP_LOGD(TAG, "hasReport");