Adafruit-Fingerprint-Sensor-Library icon indicating copy to clipboard operation
Adafruit-Fingerprint-Sensor-Library copied to clipboard

storeModel by fingerprint templae

Open ledainghia opened this issue 2 years ago • 1 comments

I already have a fingerprint template. how do i save it to as608 without rescanning my fingerprint?

ledainghia avatar May 25 '23 11:05 ledainghia

This is not currently supported by the library. It would require implementing the DownChar (0x09).

The storeModel() function carries out the Store (0x06) command.

caternuson avatar Jan 24 '24 20:01 caternuson