[chirp_devel] [PATCH] [tmd700] Fix supported tones list. #867
Tom Hayward
Tue May 14 13:30:20 PDT 2013
# HG changeset patch
# User Tom Hayward <tom at tomh.us>
# Date 1368559448 25200
# Node ID 59c4cfa3be0b69aa00b056fdd501c21c3451f2a5
# Parent 337f99d1156727d5c60b01f6748e44929dd904d2
[tmd700] Fix supported tones list. #867
diff -r 337f99d11567 -r 59c4cfa3be0b chirp/kenwood_live.py
--- a/chirp/kenwood_live.py Tue May 14 12:21:37 2013 -0700
+++ b/chirp/kenwood_live.py Tue May 14 12:24:08 2013 -0700
@@ -490,7 +490,7 @@
MODEL = "TH-D7G"
@directory.register
-class TMD700Radio(KenwoodLiveRadio):
+class TMD700Radio(KenwoodOldLiveRadio):
"""Kenwood TH-D700"""
MODEL = "TM-D700"
More information about the chirp_devel
mailing list