Commit graph

83 commits

Author SHA1 Message Date
Dan Smith
fb86858638 Update model matrix for new radios on master 2022-11-21 15:47:55 -08:00
Jim Unroe
34de8ce419 Update Python3 Driver Testing Matrix 2022-11-20 19:56:02 -08:00
Apostolos Kefalas
92906ac161 Fix invalid syntax for th_uv3r25 driver 2022-11-20 12:45:23 +02:00
Apostolos Kefalas
6d1871f882 Fix invalid syntax for th_uv3r driver 2022-11-20 12:10:02 +02:00
Apostolos Kefalas
12ebc3bbe2 Fix invalid syntax for bj9900 driver 2022-11-20 11:58:56 +02:00
Jim Unroe
6f8f4b1fe9 Update Python3 Driver Testing Matrix 2022-11-19 18:36:59 -08:00
Jim Unroe
e51ba6c344 Test and update uvb5.py, Update matrix 2022-11-19 14:09:15 -08:00
Dan Smith
b056f02bb7 Update matrix for new radios on master 2022-11-17 19:08:31 -08:00
Jim Unroe
5e4539a291 Fixes and testing for models supported by anytone778uv.py 2022-11-13 17:03:56 -08:00
Jim Unroe
d15c631ec4 Final 2 radio models that are supported by betech.py driver have been tested. 2022-11-13 12:45:21 -08:00
Jim Unroe
e981e235c8 Update Python3 Driver Testing Matrix
Tested 19 of 21 models supported by btech.py driver
2022-11-13 10:32:00 -08:00
Apostolos Kefalas
c51da2f2a1 Fix invalid syntax for lt725uv driver 2022-11-11 16:12:21 -08:00
Apostolos Kefalas
a44fe3a8ba Fix invalid syntax for ftm450d driver 2022-11-11 16:12:21 -08:00
Apostolos Kefalas
cb95f8a967 Fix invalid syntax for yaesu drivers 2022-11-11 16:12:21 -08:00
Apostolos Kefalas
bcfc81c0bd Fix registration, invalid syntax of ap510 driver 2022-11-11 16:12:21 -08:00
Dan Smith
240fd6f358 Update support matrix for new radios on master 2022-11-06 18:16:33 -08:00
Apostolos Kefalas
48d25a3eba Fix invalid syntax for th9800 driver 2022-11-03 21:31:59 -07:00
Apostolos Kefalas
aa0db8effd Fix invalid syntax for th_uv88 driver 2022-11-03 21:31:59 -07:00
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