fix: zoom taking too long after clicking a spot
This commit is contained in:
@@ -512,6 +512,9 @@ export namespace cat {
|
||||
atu_status?: string;
|
||||
atu_memories: boolean;
|
||||
rx_avail: boolean;
|
||||
split: boolean;
|
||||
rx_freq_hz?: number;
|
||||
tx_freq_hz?: number;
|
||||
agc_mode?: string;
|
||||
agc_threshold: number;
|
||||
audio_level: number;
|
||||
@@ -565,6 +568,9 @@ export namespace cat {
|
||||
this.atu_status = source["atu_status"];
|
||||
this.atu_memories = source["atu_memories"];
|
||||
this.rx_avail = source["rx_avail"];
|
||||
this.split = source["split"];
|
||||
this.rx_freq_hz = source["rx_freq_hz"];
|
||||
this.tx_freq_hz = source["tx_freq_hz"];
|
||||
this.agc_mode = source["agc_mode"];
|
||||
this.agc_threshold = source["agc_threshold"];
|
||||
this.audio_level = source["audio_level"];
|
||||
|
||||
Reference in New Issue
Block a user