[chirp_devel] [PATCH] [QYT KT-8900R] Add Support for a New MCU-Version
Jim Unroe
Sat Oct 1 17:16:12 PDT 2016
# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1475365476 14400
# Node ID 0b46a0792d32d0a1f80dd5238dad3f3173048b75
# Parent 58957b53038e06dc12e5d334a7fb7e5e6a80e90c
[QYT KT-8900R] Add Support for a New MCU-Version
This patch adds support for a newly discovered MCU-Version
Feature #4099
diff -r 58957b53038e -r 0b46a0792d32 chirp/drivers/btech.py
--- a/chirp/drivers/btech.py Wed Sep 28 21:00:52 2016 -0400
+++ b/chirp/drivers/btech.py Sat Oct 01 19:44:36 2016 -0400
@@ -323,6 +323,8 @@
KT8900R_fp2 = "M3C234"
# another model G4?
KT8900R_fp3 = "M39164"
+# another model
+KT8900R_fp4 = "M3G314"
# this radio has an extra ID
KT8900R_id = "280528"
@@ -1768,7 +1770,8 @@
_fileid = [KT8900R_fp,
KT8900R_fp1,
KT8900R_fp2,
- KT8900R_fp3]
+ KT8900R_fp3,
+ KT8900R_fp4]
_id2 = KT8900R_id
More information about the chirp_devel
mailing list