fix
This commit is contained in:
parent
34089f1add
commit
922dbf98b9
@ -112,7 +112,7 @@ namespace esphome
|
||||
totalFpSeen++;
|
||||
}
|
||||
|
||||
ESP_LOGD(TAG, "F %s", f->getAddress().toString());
|
||||
ESP_LOGD(TAG, "F %s", f->getAddress().toString().c_str());
|
||||
|
||||
if (f->hasReport()) {
|
||||
ESP_LOGD(TAG, "hasReport");
|
||||
|
Loading…
Reference in New Issue
Block a user