We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37537ab commit dba68c3Copy full SHA for dba68c3
SpotifyDiyThing/nfc.h
@@ -289,7 +289,8 @@ bool handleTag() {
289
delay(100);
290
}
291
292
-// if (writeTag && nfc.tagPresent()) {
+ if (writeTag && nfc.tagPresent()) {
293
+ Serial.println("Would write now");
294
//
295
// NdefMessage message = NdefMessage();
296
// //This seems to be a blank card, lets write to it
@@ -319,7 +320,7 @@ bool handleTag() {
319
320
// }
321
322
// return true;
-// }
323
+ }
324
325
return false;
326
0 commit comments