mirror of
https://github.com/esphome/esphome.git
synced 2026-05-24 01:37:15 +08:00
[nfc] Fix logging tag for nfc helpers (#14235)
This commit is contained in:
@@ -39,7 +39,7 @@ std::string get_random_ha_tag_ndef() {
|
||||
for (int i = 0; i < 12; i++) {
|
||||
uri += ALPHANUM[random_uint32() % (sizeof(ALPHANUM) - 1)];
|
||||
}
|
||||
ESP_LOGD("pn7160", "Payload to be written: %s", uri.c_str());
|
||||
ESP_LOGD(TAG, "Payload to be written: %s", uri.c_str());
|
||||
return uri;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user