Skip to content

Commit dba68c3

Browse files
committed
Update nfc.h
1 parent 37537ab commit dba68c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

SpotifyDiyThing/nfc.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ bool handleTag() {
289289
delay(100);
290290
}
291291

292-
// if (writeTag && nfc.tagPresent()) {
292+
if (writeTag && nfc.tagPresent()) {
293+
Serial.println("Would write now");
293294
//
294295
// NdefMessage message = NdefMessage();
295296
// //This seems to be a blank card, lets write to it
@@ -319,7 +320,7 @@ bool handleTag() {
319320
// }
320321
//
321322
// return true;
322-
// }
323+
}
323324

324325
return false;
325326
}

0 commit comments

Comments
 (0)