Skip to content

Commit 9621942

Browse files
committed
V1.2.2 Release: Implemented GetTemplate() additional method that allows you to download and return the template without sending it over serial. Other changes:
- Further optimizations. - Fixed a few errors with the count of packets needed. - Debug methods won't use too much memory anymore. - A new way to enable or disable debug code. - ReturnData() method that works almost exactly as GetData(), but returning the data instead, allowing you for further data processing.
1 parent 1e7e688 commit 9621942

File tree

4 files changed

+287
-143
lines changed

4 files changed

+287
-143
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/Fasgort/Fingerprint_Scanner-TTL.git"
99
},
10-
"version": "1.2.0",
10+
"version": "1.2.2",
1111
"frameworks": "arduino",
1212
"platforms": "atmelavr"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Fingerprint Scanner TTL
2-
version=1.2.0
2+
version=1.2.2
33
author=Josh Hawley, modified by David López Chica
44
maintainer=David López Chica
55
sentence=Arduino examples for ADH-Tech's Fingerprint Scanners.

0 commit comments

Comments
 (0)