examples: Add example for deleting prints

When deleting prints, the API user should also delete the print from the
storage (for devices that support on-device storage). Add an example to
show how to do this.
This commit is contained in:
Vincent Huang
2019-06-11 10:45:24 +02:00
committed by Benjamin Berg
parent 95337c71cd
commit 314cfba9bb
2 changed files with 116 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
examples = [ 'verify_live', 'enroll', 'verify', 'img_capture' ]
examples = [ 'verify_live', 'enroll', 'verify', 'img_capture', 'delete' ]
foreach example: examples
executable(example,
example + '.c',