Generic library for working with PN532-like chips

Fork of PN532 by Seeed

Files at this revision

API Documentation at this revision

Comitter:
r4z0r7o3
Date:
Wed Feb 04 19:26:03 2015 +0000
Parent:
10:f959b305a571
Commit message:
Fix missing space in tag print()

Changed in this revision

NfcTag.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NfcTag.cpp	Wed Feb 04 19:04:54 2015 +0000
+++ b/NfcTag.cpp	Wed Feb 04 19:26:03 2015 +0000
@@ -114,7 +114,7 @@
 {
     DMSG("NFC Tag - ");
     DMSG(_tagType.c_str());
-    DMSG("UID - ");
+    DMSG(" UID - ");
     DMSG(getUidString().c_str());
     if (_ndefMessage == NULL)
     {