Skip to content

Commit

Permalink
Extra debug logging for required fingerprint processing timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Breitschopp committed Oct 15, 2024
1 parent 66e9f8c commit da0596d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Adafruit_Fingerprint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@ Adafruit_Fingerprint::getStructuredPacket(Adafruit_Fingerprint_Packet *packet,
return FINGERPRINT_TIMEOUT;
}
}
#ifdef FINGERPRINT_DEBUG
Serial.printf("(%u ms)", timer);
#endif
byte = mySerial->read();
#ifdef FINGERPRINT_DEBUG
Serial.print("0x");
Expand Down

0 comments on commit da0596d

Please sign in to comment.