feat(icom): the IC-7760 joins the model list

CI-V default address B2h, per the radio's own menu. Both places that know a
model: the settings dropdown and civ.ModelName.
This commit is contained in:
2026-08-29 15:02:23 +02:00
parent 704b614c38
commit 6f126802cd
3 changed files with 7 additions and 2 deletions
@@ -1503,6 +1503,7 @@ const ICOM_MODELS: { name: string; addr: number }[] = [
{ name: 'IC-7600', addr: 0x7A },
{ name: 'IC-7610', addr: 0x98 },
{ name: 'IC-7700', addr: 0x74 },
{ name: 'IC-7760', addr: 0xB2 },
{ name: 'IC-7800', addr: 0x6A },
{ name: 'IC-7851', addr: 0x8E },
{ name: 'IC-9100', addr: 0x7C },