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
+4
View File
@@ -679,6 +679,8 @@ export namespace cat {
rit_hz: number;
rit_on: boolean;
xit_on: boolean;
key_speed_wpm: number;
break_in: number;
rf_power: number;
mic_gain: number;
af_gain: number;
@@ -710,6 +712,8 @@ export namespace cat {
this.rit_hz = source["rit_hz"];
this.rit_on = source["rit_on"];
this.xit_on = source["xit_on"];
this.key_speed_wpm = source["key_speed_wpm"];
this.break_in = source["break_in"];
this.rf_power = source["rf_power"];
this.mic_gain = source["mic_gain"];
this.af_gain = source["af_gain"];