Merge pull request #38 from zerog2k/master

stc15f204ea should use protocol stc15a
This commit is contained in:
Grigori Goronzy 2018-02-04 18:13:22 +01:00 committed by GitHub
commit eb8eecbc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,7 @@ class StcAutoProtocol(StcBaseProtocol):
("stc12a", r"STC12(C|LE)\d052"),
("stc12b", r"STC12(C|LE)(52|56)"),
("stc12", r"(STC|IAP)(10|11|12)\D"),
("stc15a", r"(STC|IAP)15[FL][01]0\d(E|EA|)$"),
("stc15a", r"(STC|IAP)15[FL][012]0\d(E|EA|)$"),
("stc15", r"(STC|IAP|IRC)15\D")]
for protocol_name, pattern in protocol_database: