feat: Implemented UDP Outbound Adif message, freq to pstrotator
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user