Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from
Jan 24, 2024

Commits on Nov 6, 2019

  1. Corrected action taken after succesfully storing the fingerprint.

    A return statement after succesfully storing the fingerprint was missing. Added a return value of 0.
    When the fingerprint is taken succesfully, 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.
    michaelcochez committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    3438817 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    5f4324c View commit details
    Browse the repository at this point in the history
  2. Update enroll.ino

    Rolling back code clarification.
    miselico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e5c63cc View commit details
    Browse the repository at this point in the history
  3. Update enroll.ino

    miselico committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9d51eb5 View commit details
    Browse the repository at this point in the history