Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels