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.
This commit is contained in:
Dan Smith 2022-10-24 16:02:34 -07:00 committed by Dan Smith
parent 11251b31b1
commit c413cc27ca
2 changed files with 5 additions and 4 deletions

View File

@ -71,7 +71,7 @@
| <a name="Icom_IC-7100"></a> Icom_IC-7100 | | | Yes |
| <a name="Icom_IC-7200"></a> Icom_IC-7200 | [@kk7ds](https://github.com/kk7ds) | 22-Oct-2022 | Yes |
| <a name="Icom_IC-7300"></a> Icom_IC-7300 | [@kk7ds](https://github.com/kk7ds) | 22-Oct-2022 | Yes |
| <a name="Icom_IC-7610"></a> Icom_IC-7610 | | | Yes |
| <a name="Icom_IC-7610"></a> Icom_IC-7610 | [@kk7ds](https://github.com/kk7ds) | 24-Oct-2022 | Yes |
| <a name="Icom_IC-910"></a> Icom_IC-910 | [@mfncooper](https://github.com/mfncooper) | 1-Oct-2021 | Yes |
| <a name="Icom_IC-91_92AD"></a> Icom_IC-91_92AD | | | |
| <a name="Icom_IC-E90"></a> Icom_IC-E90 | | | Yes |
@ -291,8 +291,8 @@
| <a name="Zastone_ZT-X6"></a> Zastone_ZT-X6 | | | |
## Stats
**Drivers:** 285
**Drivers:** 288
**Tested:** 11% (34/251)
**Tested:** 12% (35/253)
**Byte clean:** 49% (140/145)
**Byte clean:** 49% (143/145)

View File

@ -11,6 +11,7 @@ Icom_IC-2200H,@kk7ds,24-Oct-2022
Icom_IC-2820H,@kk7ds,22-Oct-2022
Icom_IC-7200,@kk7ds,22-Oct-2022
Icom_IC-7300,@kk7ds,22-Oct-2022
Icom_IC-7610,@kk7ds,24-Oct-2022
Icom_IC-910,@mfncooper,1-Oct-2021
Icom_ID-31A,@kk7ds,12-Feb-2019
Icom_ID-800H_v2,@kk7ds,22-Oct-2022