Commit graph

65 commits

Author SHA1 Message Date
Apostolos Kefalas
6ddabdfa3e Fix exceptions, integer divisions, match model for leixen driver 2022-11-03 21:31:59 -07:00
Apostolos Kefalas
444528b7f0 Fix exceptions, match model for bjuv55 driver 2022-11-03 21:31:59 -07:00
Apostolos Kefalas
a638cc2c40 Fix lists, integer divisions for th7800 driver 2022-11-03 21:31:59 -07:00
Apostolos Kefalas
38c6bc2385 Fix exceptions, integer division of ft2900 driver 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
0e14e777a5 Fix exceptions, integer divisions, and remove CRLF 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
b91abdb59f Fix exceptions of ft50 driver 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
90ed027964 Fix exceptions, convert map to list of ft90 driver 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
b74c7881f4 Fix exceptions, integer divisions, character conversions of th9000 driver 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
afb6bc7dab Fix exceptions, match_model for ftm350 driver 2022-10-31 20:34:49 -07:00
Apostolos Kefalas
4b91ee2863 Fix exceptions, lists for bf-t1 driver 2022-10-25 21:34:50 -07:00
Apostolos Kefalas
fa55899bc5 Fix exceptions, lists for tg_uv2p driver 2022-10-25 21:34:50 -07:00
Apostolos Kefalas
866ef9c38a Fix exceptions for fd268 driver 2022-10-25 21:34:50 -07:00
Apostolos Kefalas
bd05289e1f Fix exceptions, integer divisions for kguv8e driver 2022-10-25 21:34:50 -07:00
Apostolos Kefalas
1f71d5fe11 Fix exceptions of thuv1f driver 2022-10-25 21:34:50 -07:00
Dan Smith
c413cc27ca Add IC-7610 and fix IC-7300
Somehow the initial apply of the 7300 support duplicated some lines
in the memory structure that prevented proper parsing of memory
channels. This worked for reading memories, but would break when
we went to send memories to the radio as we were writing past the
end of our buffer. I'm not sure how this went unnoticed for the
last two years, but this patch fixes it.
2022-10-24 17:46:56 -07:00
Dan Smith
11251b31b1 Add IC-2200 as tested by me 2022-10-24 17:46:56 -07:00
Dan Smith
9128c3adc5 Fix 78/79/8800 for py3
This was previously working and tested for the 7800 but something
must have regressed since then, so I'm updated the tested date on
the 7800. The 8800 suffered from a bug previously found by @sv1
so I'm including that fix here to to the base yaesu_clone.py code.
2022-10-24 17:46:56 -07:00
Dan Smith
2db34939c2 Add some stats to the testing report
So we can see how much is completed vs. remaining.
2022-10-24 17:46:56 -07:00
Dan Smith
08d76a752a Add TM-V71 as tested by me 2022-10-24 17:46:56 -07:00
Dan Smith
440a2bdefb Allow marking drivers as implied-tested
This should be used for drivers that are either exactly identical to
another (i.e. a subclass with only vendor/model changes) or which
can be tested with another model radio with only constraint
differences (i.e. a GMRS-locked version of an amateur model).
2022-10-24 17:46:56 -07:00
Merge Bot
b548963f06 Update support matrix 2022-10-24 17:40:41 -07:00
Dan Smith
95163b376e Add TM-281 and TM-271 as tested
I didn't actually test the 271 but they are literally identical.
2022-10-23 21:06:59 -07:00
Apostolos Kefalas
74992fde96 Fix exception for iradio_uv-5118 driver 2022-10-23 10:06:33 -07:00
Apostolos Kefalas
441f2f2c39 Fix exception for radioddity_r2 driver 2022-10-23 10:06:33 -07:00
Apostolos Kefalas
23361f5312 Fix exception for driver bf-t8 2022-10-23 10:06:33 -07:00
Apostolos Kefalas
756d50e334 Convert match_model, remove print for rh5r_v2 driver 2022-10-23 10:06:33 -07:00
Apostolos Kefalas
0757417776 Fix exceptions and prints for ft8100 driver 2022-10-23 10:06:33 -07:00
Lars Volker
a4fcca967b
Add lekv to py3_driver_testers for Baofeng-UV5R (#85)
Tested downloading, adding a channel, and uploading.
2022-10-23 08:53:44 -07:00
Dan Smith
3312daeb20 Add some icom radios to the tested matrix
This fixes the 7300 driver which crashed checking special memories.
I don't know why this isn't failing on py2, but it's not. Also,
rename the 7200 to IC-7200 to match everything else. Since there are
no image files for these live radios, we can make that change
without breaking things.
2022-10-22 16:07:03 -07:00
Dan Smith
f8a2895cbb Fix D710G CloneMode driver for py3
This driver could use a significant cleanup, but this makes the
minimal amount of change to get it working. Some changes are made
to the non-G variant, but it almost certainly needs more work to
be functional.

Also add the live-mode version to the tested list.
2022-10-22 13:23:49 -07:00
Apostolos Kefalas
5f9c55e566 Fix exceptions, integer divisions for kguv8dplus driver 2022-10-22 13:19:23 -07:00
Apostolos Kefalas
f7bee696a4 Fix exceptions, integer divisions for kguv8d driver 2022-10-22 13:19:23 -07:00
Apostolos Kefalas
f16534eb94 Fix exceptions, integer divisions for kg935g driver 2022-10-22 13:19:23 -07:00
Apostolos Kefalas
a1d1efb3c2 Fix exceptions of th_uv8000 driver 2022-10-22 13:19:23 -07:00
Dan Smith
f45d83abd2 Add Kenwood TH-D72 (live) as tested by me 2022-10-21 21:09:25 -07:00
Dan Smith
7203cf9dc0 Add GA-510 and TD-H6 as tested by me 2022-10-21 18:19:27 -07:00
Apostolos Kefalas
ef8d727e0c Fix decode error in kenwood_live during probing 2022-10-21 15:56:34 -07:00
Apostolos Kefalas
3aacbd4975 Fix iteritems and lists for ts850 driver 2022-10-21 15:41:48 -07:00
Apostolos Kefalas
87e5ee4cbc Fix exceptions and convert map-zip for ts590 2022-10-21 15:41:30 -07:00
Dan Smith
2dad5aa8e4 Update py3 support matrix for TID H6 2022-10-21 15:35:00 -07:00
Dan Smith
f340818008 Add TM-D700 and TH-D74 as tested by me 2022-10-20 18:34:50 -07:00
Dan Smith
8b39b6adcf Fix remaining py3 errors for retevis_rt22
A recent patch to master fixed the syntax error, so this fixes the
integer division error the tests are hitting, as well as updates the
driver to be py3 compliant.
2022-10-20 18:00:16 -07:00
Dan Smith
663afa9d25 Fix TK-8180 upload under py3 2022-10-18 15:21:15 -07:00
Apostolos Kefalas
31722da5d1 Fix exceptions of ts480 driver 2022-10-18 15:34:16 +03:00
Apostolos Kefalas
982e3571ec Fix lists and prints for ts2000 driver 2022-10-18 12:16:14 +03:00
Apostolos Kefalas
a5a4b01a4d Fix Driver testing table 2022-10-17 10:55:36 +03:00
Apostolos Kefalas
a3e194e7fd Fix lists, exceptions and print for thd72 driver 2022-10-15 23:11:06 +03:00
Apostolos Kefalas
77ea30bc4d Fix python 3 exceptions for retevis_rt98 2022-10-15 23:01:53 +03:00
Apostolos Kefalas
cd7f8baa5e Fix exceptions for driver retevis_rt87 2022-10-15 22:48:03 +03:00
Apostolos Kefalas
f83406c1a8 Fix exceptions for python3 on ft60 driver 2022-10-15 22:37:57 +03:00