Note about conflicts with pn533 kernel modules and pcscd. Change default test to Desfire NDEF read

This commit is contained in:
Ondrej Mikle 2018-04-21 21:38:36 +02:00
parent 33902536c1
commit c5df06fc82
2 changed files with 8 additions and 2 deletions

View file

@ -42,12 +42,12 @@ tests = {
}
# default test if not selected otherwise in sys.argv[1]
apdu_test = "ndef4"
apdu_test = "desfire-ndef4"
if len(sys.argv) > 1:
apdu_test = sys.argv[1]
print "Available tests: %s" % ", ".join(sorted(tests.keys()))
print "Available tests: %s" % ", ".join(sorted(tests.keys() + "desfire-ndef4")) #desfire-ndef4 has a bit postprocessing
print "Selected test: %s" % apdu_test
# select apdus according to test name