diff --git a/WaveshareUARTFingerprintSensor/FingerprintSensor.cs b/WaveshareUARTFingerprintSensor/FingerprintSensor.cs index 01e0631..75f66af 100644 --- a/WaveshareUARTFingerprintSensor/FingerprintSensor.cs +++ b/WaveshareUARTFingerprintSensor/FingerprintSensor.cs @@ -244,6 +244,13 @@ namespace WaveshareUARTFingerprintSensor return ResponseType.Success; } + /// + /// Although there is the word 'Add' in the command (in the official doc), it does not currently add the fingerprint + /// in the captor storage for whatever reason + /// + /// + /// + /// public (ResponseType responseType, byte[] eigenvalues) AddFingerprintAndAcquireEigenvalues(ushort userID, UserPermission userPermission) { if (userID > MaxUserID)