This commit is contained in:
Maxim Slipenko 2023-12-10 13:20:21 +03:00
parent 4c710f7a0a
commit 34089f1add

View File

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