uunicorn / python-validity

Validity fingerprint sensor prototype
MIT License
995 stars 83 forks source link

Comply with fprint API when returning enrolled fingers #120

Closed baschi29 closed 2 years ago

baschi29 commented 2 years ago

The ANSI381 names implemented with #23 did not comply with the fprint API spec.

This PR fixes #116 by substituting all ANSI381 names when there is a corresponding fprint name available. For backwards compatibility ANSI381 naming is still used for everything else.

uunicorn commented 2 years ago

Thanks!

carlosdem commented 2 years ago

@baschi29 works perfectly thanks a bunch! ;)

@uunicorn any chance you could do a version bump and roll out a new release to the ppa please?