Skip to content

Commit e6f29de

Browse files
committed
nfc_daemon: update error msg
1 parent 355fd24 commit e6f29de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/tasks/nfc_daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void nfc_daemon(void *pvParameter)
5353
);
5454
// Open NFC device
5555
while ((pnd = nfc_open(&emdev)) == NULL) {
56-
ESP_LOGE(TAG, "nfc device error, reset nfc device now");
56+
ESP_LOGE(TAG, "device error");
5757
pn532_setpin_reset(0);
5858
vTaskDelay(100 / portTICK_RATE_MS);
5959
pn532_setpin_reset(1);

0 commit comments

Comments
 (0)