output card to serial
This commit is contained in:
parent
bc468bf063
commit
853389266f
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void loop() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
String fullCardID = String(facilityID)+":"+String(cardID);
|
String fullCardID = String(facilityID)+":"+String(cardID);
|
||||||
Serial.print("FULL-CARD-ID:");
|
Serial.print("FULL-CARD-ID: ");
|
||||||
Serial.println(fullCardID);
|
Serial.println(fullCardID);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue