feat: Adding XIT RIT in the Flex panel

This commit is contained in:
2026-07-14 23:54:06 +02:00
parent 9718b8a78f
commit 9e2ffdb758
8 changed files with 198 additions and 2 deletions
+8
View File
@@ -722,6 +722,10 @@ export namespace cat {
anf_level: number;
wnb: boolean;
wnb_level: number;
rit: boolean;
rit_freq: number;
xit: boolean;
xit_freq: number;
mode?: string;
cw_speed: number;
cw_pitch: number;
@@ -785,6 +789,10 @@ export namespace cat {
this.anf_level = source["anf_level"];
this.wnb = source["wnb"];
this.wnb_level = source["wnb_level"];
this.rit = source["rit"];
this.rit_freq = source["rit_freq"];
this.xit = source["xit"];
this.xit_freq = source["xit_freq"];
this.mode = source["mode"];
this.cw_speed = source["cw_speed"];
this.cw_pitch = source["cw_pitch"];