Skip to content

Commit

Permalink
Update radtel_rt490.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarrette committed Aug 16, 2024
1 parent fd94d0b commit b1f425c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chirp/drivers/radtel_rt490.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,6 +1301,7 @@ def get_features(self): # GOOD ?
rf.can_odd_split = True
rf.has_name = True
rf.valid_name_length = 12
rf.valid_characters = self._valid_chars
rf.valid_skips = ["", "S"]
rf.valid_tmodes = ["", "Tone", "TSQL", "DTCS", "Cross"]
rf.valid_cross_modes = ["Tone->Tone", "DTCS->", "->DTCS", "Tone->DTCS",
Expand Down

0 comments on commit b1f425c

Please sign in to comment.