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 15, 2024
1 parent a8cdf67 commit fd94d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chirp/drivers/radtel_rt490.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,9 @@ class RT490Radio(chirp_common.CloneModeRadio):
(0x3FC0, 0x4000)
]

_valid_chars = chirp_common.CHARSET_ALPHANUMERIC + \
"`~!@#$%^&*()-=_+[]\\{}|;':\",./<>?"

if RT490_EXPERIMENTAL:
# Experimental driver (already heavily tested)
_ranges = [(0x0000, 0x2400), (0x3400, 0x3C40), (0x3F80, 0x4000)]
Expand Down

0 comments on commit fd94d0b

Please sign in to comment.