Skip to content

Commit

Permalink
text update
Browse files Browse the repository at this point in the history
scrambler list :  missing Hz on one item
  • Loading branch information
joc2 authored Dec 21, 2023
1 parent ccaad8a commit c67cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvk5_egzumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
]

# scrambler
SCRAMBLER_LIST = ["OFF", "2600Hz", "2700", "2800Hz", "2900Hz", "3000Hz",
SCRAMBLER_LIST = ["OFF", "2600Hz", "2700Hz", "2800Hz", "2900Hz", "3000Hz",
"3100Hz", "3200Hz", "3300Hz", "3400Hz", "3500Hz"]
# compander
COMPANDER_LIST = ["OFF", "TX", "RX", "TX/RX"]
Expand Down

0 comments on commit c67cb2d

Please sign in to comment.