feat: While importing ADIF, update MY fields
This commit is contained in:
@@ -458,6 +458,16 @@ export namespace cat {
|
||||
nr_level: number;
|
||||
anf: boolean;
|
||||
anf_level: number;
|
||||
mode?: string;
|
||||
cw_speed: number;
|
||||
cw_pitch: number;
|
||||
cw_break_in_delay: number;
|
||||
cw_sidetone: boolean;
|
||||
cw_mon_level: number;
|
||||
apf: boolean;
|
||||
apf_level: number;
|
||||
filter_lo: number;
|
||||
filter_hi: number;
|
||||
amp_available: boolean;
|
||||
amp_model?: string;
|
||||
amp_operate: boolean;
|
||||
@@ -496,6 +506,16 @@ export namespace cat {
|
||||
this.nr_level = source["nr_level"];
|
||||
this.anf = source["anf"];
|
||||
this.anf_level = source["anf_level"];
|
||||
this.mode = source["mode"];
|
||||
this.cw_speed = source["cw_speed"];
|
||||
this.cw_pitch = source["cw_pitch"];
|
||||
this.cw_break_in_delay = source["cw_break_in_delay"];
|
||||
this.cw_sidetone = source["cw_sidetone"];
|
||||
this.cw_mon_level = source["cw_mon_level"];
|
||||
this.apf = source["apf"];
|
||||
this.apf_level = source["apf_level"];
|
||||
this.filter_lo = source["filter_lo"];
|
||||
this.filter_hi = source["filter_hi"];
|
||||
this.amp_available = source["amp_available"];
|
||||
this.amp_model = source["amp_model"];
|
||||
this.amp_operate = source["amp_operate"];
|
||||
|
||||
Reference in New Issue
Block a user