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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user