Ignore duplicate USB PID for prerelease version

This commit is contained in:
Scott Shawcroft 2020-09-30 11:33:54 -07:00
parent 819b5faa71
commit 29af7068d4
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -44,7 +44,9 @@ DEFAULT_IGNORELIST = [
"feather_m0_express",
"feather_m0_supersized",
"cp32-m4",
"metro_m4_express"
"metro_m4_express",
"unexpectedmaker_feathers2",
"unexpectedmaker_feathers2_prerelease"
]
cli_parser = argparse.ArgumentParser(description="USB VID/PID Duplicate Checker")