[chirp_devel] [PATCH] [ft-7900] merge 7800 into 7900 class #597
# HG changeset patch # User Jens Jensen kd4tjx@yahoo.com # Date 1389313205 21600 # Node ID 858d11a56496e331441d3d25e2ad08660bff8d89 # Parent d47e5d47dfd5d400ae27ecc3f557b8c605c3111f [ft-7900] merge 7800 into 7900 class #597
Radio memories are apparently identical, or nearly identical, so folding 7900 into 7800 for now.
diff -r d47e5d47dfd5 -r 858d11a56496 chirp/ft7800.py --- a/chirp/ft7800.pyWed Jan 08 20:58:21 2014 -0600 +++ b/chirp/ft7800.pyThu Jan 09 18:20:05 2014 -0600 @@ -437,7 +437,7 @@ @directory.register class FT7800Radio(FTx800Radio): """Yaesu FT-7800""" - MODEL = "FT-7800" + MODEL = "FT-7800/7900" _model = "AH016" _memsize = 31561 @@ -456,10 +456,7 @@ self._wipe_memory_banks(memory) FTx800Radio.set_memory(self, memory) -@directory.register -class FT7900Radio(FT7800Radio): - """Yaesu FT-7900""" - MODEL = "FT-7900" + MEM_FORMAT_8800 = """ #seekto 0x%X; diff -r d47e5d47dfd5 -r 858d11a56496 tests/images/Yaesu_FT-7800.img Binary file tests/images/Yaesu_FT-7800.img has changed diff -r d47e5d47dfd5 -r 858d11a56496 tests/images/Yaesu_FT-7800_7900.img Binary file tests/images/Yaesu_FT-7800_7900.img has changed
yahoo webmail seems to mangle plaintext --- a/chirp/ft7800.pyWed Jan 08 20:58:21 2014 -0600
+++ b/chirp/ft7800.pyThu Jan 09 18:20:05 2014 -0600
missing that tab between filename and date
attaching patch for good measure
-Jens
----- Original Message ----- From: Jens J. kd4tjx@yahoo.com To: chirp-devel chirp_devel@intrepid.danplanet.com Cc: Sent: Thursday, January 9, 2014 6:30 PM Subject: [chirp_devel] [PATCH] [ft-7900] merge 7800 into 7900 class #597
# HG changeset patch # User Jens Jensen kd4tjx@yahoo.com # Date 1389313205 21600 # Node ID 858d11a56496e331441d3d25e2ad08660bff8d89 # Parent d47e5d47dfd5d400ae27ecc3f557b8c605c3111f [ft-7900] merge 7800 into 7900 class #597
Radio memories are apparently identical, or nearly identical, so folding 7900 into 7800 for now.
diff -r d47e5d47dfd5 -r 858d11a56496 chirp/ft7800.py --- a/chirp/ft7800.pyWed Jan 08 20:58:21 2014 -0600 +++ b/chirp/ft7800.pyThu Jan 09 18:20:05 2014 -0600 @@ -437,7 +437,7 @@ @directory.register class FT7800Radio(FTx800Radio): """Yaesu FT-7800""" - MODEL = "FT-7800" + MODEL = "FT-7800/7900" _model = "AH016" _memsize = 31561 @@ -456,10 +456,7 @@ self._wipe_memory_banks(memory) FTx800Radio.set_memory(self, memory) -@directory.register -class FT7900Radio(FT7800Radio): - """Yaesu FT-7900""" - MODEL = "FT-7900" + MEM_FORMAT_8800 = """ #seekto 0x%X; diff -r d47e5d47dfd5 -r 858d11a56496 tests/images/Yaesu_FT-7800.img Binary file tests/images/Yaesu_FT-7800.img has changed diff -r d47e5d47dfd5 -r 858d11a56496 tests/images/Yaesu_FT-7800_7900.img Binary file tests/images/Yaesu_FT-7800_7900.img has changed
_______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
participants (1)
-
Jens J.