You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the Record text message to include variables using sprintf as shown below, but even thou it compiles and uploads, fails to write record. Is this not possible or a bug?
char buffer[40]; int days = 3; sprintf(buffer,"Days user has taken their medication = %d", days); tag.writeNDEFText(buffer, &memLoc, false, true); // MB=0, ME=1
The text was updated successfully, but these errors were encountered:
I would like to use the Record text message to include variables using sprintf as shown below, but even thou it compiles and uploads, fails to write record. Is this not possible or a bug?
To see full issue are arduino forum go here
char buffer[40]; int days = 3; sprintf(buffer,"Days user has taken their medication = %d", days); tag.writeNDEFText(buffer, &memLoc, false, true); // MB=0, ME=1
The text was updated successfully, but these errors were encountered: