You need to interpret this if statement so that the arduino can understand.
if (("Reader 1:") && ("Card UID: 8C DE 63 A9"))
{
Take a look at "strcmp ()" to compare 2 strings.
btw: your if statement is NOT even understood by human.
You need to interpret this if statement so that the arduino can understand.
if (("Reader 1:") && ("Card UID: 8C DE 63 A9"))
{
Take a look at "strcmp ()" to compare 2 strings.
btw: your if statement is NOT even understood by human.