[chirp_devel] [PATCH] [NC-630A] Driver Cleanup
# HG changeset patch # User Jim Unroe rock.unroe@gmail.com # Date 1482097262 18000 # Node ID d676300e640f1b86d655ddf143fcd4797f38f22c # Parent cf61dc3ea521895628254b7017225d5657e28adb [NC-630A] Driver Cleanup
This cleans up some pep8 errors that I must have missed when testing. There are otherwise no changes to the driver.
Related to #4235
diff -r cf61dc3ea521 -r d676300e640f chirp/drivers/kyd.py --- a/chirp/drivers/kyd.py Sun Dec 18 16:02:59 2016 -0500 +++ b/chirp/drivers/kyd.py Sun Dec 18 16:41:02 2016 -0500 @@ -209,6 +209,7 @@ VENDOR = "Plant-Tours" MODEL = "MT-700"
+ @directory.register class NC630aRadio(chirp_common.CloneModeRadio): """KYD NC-630A""" @@ -509,7 +510,7 @@
# testing model fingerprint if filedata[0x01B8:0x01BE] == cls._fileid: - match_model = True + match_model = True
if match_size and match_model: return True
participants (1)
-
Jim Unroe