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

Corrected action taken after successfully storing the fingerprint in enroll example.

Open miselico opened this issue 6 years ago • 0 comments

A return statement after successfully storing the fingerprint was missing. Added a return value of 0. When the fingerprint is taken successfully, the program should restart instead of continuing to take the fingerprint; amended. The program prints dots to indicate it is waiting, removed a newline being printed after each of these in one case.

miselico avatar Nov 06 '19 16:11 miselico