Skip to content

Commit

Permalink
Here are the two files needed to run a Yaesu FT-450. I also included …
Browse files Browse the repository at this point in the history
…the test img as requested.

Signed-off-by: William Curlew <WCURLEW@juno.com>
  • Loading branch information
WCurlew committed Oct 26, 2023
1 parent 2c99778 commit 8f0dc88
Show file tree
Hide file tree
Showing 3 changed files with 1,514 additions and 2 deletions.
3 changes: 1 addition & 2 deletions chirp/chirp_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def VALIDTONE(v):

MODES = ("WFM", "FM", "NFM", "AM", "NAM", "DV", "USB", "LSB", "CW", "RTTY",
"DIG", "PKT", "NCW", "NCWR", "CWR", "P25", "Auto", "RTTYR",
"FSK", "FSKR", "DMR", "DN")
"FSK", "FSKR", "DMR", "DN", "USER-L", "USER-U", "RTTY-L")

TONE_MODES = (
"",
Expand Down Expand Up @@ -929,7 +929,6 @@ def __init__(self):
self.init("has_variable_power", False,
"Indicates the radio supports any power level between the "
"min and max in valid_power_levels")

self.init("valid_modes", list(MODES),
"Supported emission (or receive) modes")
self.init("valid_tmodes", [],
Expand Down
Loading

0 comments on commit 8f0dc88

Please sign in to comment.