output card to serial

This commit is contained in:
Matthew Frost 2023-10-30 16:21:04 +01:00
parent bc468bf063
commit 853389266f

View file

@ -108,7 +108,7 @@ void loop() {
#endif
String fullCardID = String(facilityID)+":"+String(cardID);
Serial.print("FULL-CARD-ID:");
Serial.print("FULL-CARD-ID: ");
Serial.println(fullCardID);