[chirp_devel] [PATCH 1 of 1] [ft8x7] Changed names of radios with a better name schema and renamed test images accordingly
Marco Filippi IZ3GME
Tue Apr 10 09:34:31 PDT 2012
# HG changeset patch
# User Marco Filippi <iz3gme.marco at 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
More information about the chirp_devel
mailing list