Baofeng BF-T20: Add additional fingerprint - fixes #11351

This commit is contained in:
Jim Unroe 2024-05-19 22:04:08 -04:00 committed by Dan Smith
parent 0fedee7c82
commit 559975bb31

View File

@ -749,4 +749,6 @@ class BFT20(RT22Radio):
VENDOR = "Baofeng"
MODEL = "BF-T20"
_fileid = [b"P330h33", ]
_fileid = [b"P330h33",
b"P32073" + b"\xF8\xFF",
]