[chirp_devel] [PATCH] [KT8900] Extra ID Doesn't Match
# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1499723150 14400 # Node ID c56244c58fe85688ef0da20a3f7bfebc0f447e6c # Parent 691286c59ddb191492c2598a34e02d9ee050b0c3 [KT8900] Extra ID Doesn't Match
When a QYT KT8900 radio has had a passcode stored in it by the factory software, the 'extra ID' will not match the string that CHIRP expects to see.
This patch relaxes the check by removing what are apparently the passcode bytes from the string that CHIRP expects to see in the 'extra ID'.
Bug #4993
diff -r 691286c59ddb -r c56244c58fe8 chirp/drivers/btech.py --- a/chirp/drivers/btech.py Mon Jul 10 07:00:23 2017 -0700 +++ b/chirp/drivers/btech.py Mon Jul 10 17:45:50 2017 -0400 @@ -196,7 +196,7 @@ KT8900_fp4 = "M2G304" KT8900_fp5 = "M2G314" # this radio has an extra ID -KT8900_id = " 303688" +KT8900_id = "303688"
# KT8900R KT8900R_fp = "M3G1F4"
participants (1)
-
Jim Unroe