[chirp_devel] [PATCH 0 of 1] [ft8x7] Radio rename
With this patch ft8x7 radios are renamed using a better and shorter name schema.
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1334075404 -7200 # Node ID 76d15c5088d00d483933bc345e1870c405b1096f # Parent 86b87e37879200f579a4edee085b3238ea0800c1 [ft8x7] Changed names of radios with a better name schema and renamed test images accordingly
diff -r 86b87e378792 -r 76d15c5088d0 chirp/ft817.py --- a/chirp/ft817.py lun apr 09 18:38:22 2012 -0700 +++ b/chirp/ft817.py mar apr 10 18:30:04 2012 +0200 @@ -501,7 +501,7 @@
@directory.register class FT817NDRadio(FT817Radio): - MODEL = "FT-817ND (Intl versions)" + MODEL = "FT-817ND"
_model = "" _memsize = 6521 @@ -512,7 +512,7 @@ class FT817ND_US_Radio(FT817Radio): # seems that radios configured for 5MHz operations send one paket more than others # so we have to distinguish sub models - MODEL = "FT-817ND (US Version)" + MODEL = "FT-817ND (US)"
_model = "" _memsize = 6651 diff -r 86b87e378792 -r 76d15c5088d0 chirp/ft857.py --- a/chirp/ft857.py lun apr 09 18:38:22 2012 -0700 +++ b/chirp/ft857.py mar apr 10 18:30:04 2012 +0200 @@ -103,7 +103,7 @@
@directory.register class FT857Radio(ft817.FT817Radio): - MODEL = "FT-857" + MODEL = "FT-857/897" _model = ""
TMODES = { @@ -282,7 +282,7 @@ class FT857_US_Radio(FT857Radio): # seems that radios configured for 5MHz operations send one paket more than others # so we have to distinguish sub models - MODEL = "FT-857 (US Version)" + MODEL = "FT-857/897 (US)"
_model = "" _memsize = 7481 diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-817ND.img Binary file tests/images/Yaesu_FT-817ND.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-817ND_Intl_versions.img Binary file tests/images/Yaesu_FT-817ND_Intl_versions.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-817ND_US.img Binary file tests/images/Yaesu_FT-817ND_US.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-817ND_US_Version.img Binary file tests/images/Yaesu_FT-817ND_US_Version.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-857.img Binary file tests/images/Yaesu_FT-857.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-857_897.img Binary file tests/images/Yaesu_FT-857_897.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-857_897_US.img Binary file tests/images/Yaesu_FT-857_897_US.img has changed diff -r 86b87e378792 -r 76d15c5088d0 tests/images/Yaesu_FT-857_US_Version.img Binary file tests/images/Yaesu_FT-857_US_Version.img has changed
[ft8x7] Changed names of radios with a better name schema and renamed test images accordingly
I applied this to the default branch as I think changing what the user sees goes against the idea of a fixes-only branch (other than changes required to fix bugs).
The binary changes don't come across correctly in the patch unless you do something different I think, so I just committed another change to do that. And, I noticed that Jenkins tried to test before I had a chance to do that :P
Thanks!
participants (2)
-
Dan Smith
-
Marco Filippi IZ3GME