fix(icom): the console PTT carries the microphone on a network station

Keying alone is right on USB, where the operator talks into the radio's own
mic; over the LAN it transmitted silence. The console button now goes through
one binding that picks the road: network To-radio → the same key-and-stream
path as the Talk button, USB → key and nothing more.
This commit is contained in:
2026-08-30 02:20:40 +02:00
parent f98e95fe9e
commit 7966b01900
5 changed files with 34 additions and 4 deletions
+4
View File
@@ -1198,6 +1198,10 @@ export function HasBuiltinReferences(arg1) {
return window['go']['main']['App']['HasBuiltinReferences'](arg1);
}
export function IcomConsolePTT(arg1) {
return window['go']['main']['App']['IcomConsolePTT'](arg1);
}
export function IcomRefresh() {
return window['go']['main']['App']['IcomRefresh']();
}