feat: Implemented UDP Outbound Adif message, freq to pstrotator

This commit is contained in:
2026-07-05 18:17:30 +02:00
parent a8b3269b1e
commit 4f32012930
16 changed files with 704 additions and 123 deletions
+16
View File
@@ -646,6 +646,10 @@ export function IcomScopeData() {
return window['go']['main']['App']['IcomScopeData']();
}
export function IcomSendCW(arg1) {
return window['go']['main']['App']['IcomSendCW'](arg1);
}
export function IcomSetAFGain(arg1) {
return window['go']['main']['App']['IcomSetAFGain'](arg1);
}
@@ -662,10 +666,18 @@ export function IcomSetAtt(arg1) {
return window['go']['main']['App']['IcomSetAtt'](arg1);
}
export function IcomSetBreakIn(arg1) {
return window['go']['main']['App']['IcomSetBreakIn'](arg1);
}
export function IcomSetFilter(arg1) {
return window['go']['main']['App']['IcomSetFilter'](arg1);
}
export function IcomSetKeySpeed(arg1) {
return window['go']['main']['App']['IcomSetKeySpeed'](arg1);
}
export function IcomSetMicGain(arg1) {
return window['go']['main']['App']['IcomSetMicGain'](arg1);
}
@@ -726,6 +738,10 @@ export function IcomSetXITOn(arg1) {
return window['go']['main']['App']['IcomSetXITOn'](arg1);
}
export function IcomStopCW() {
return window['go']['main']['App']['IcomStopCW']();
}
export function IcomTune() {
return window['go']['main']['App']['IcomTune']();
}