Skip to content

Commit

Permalink
Don't force FRS on Retevis RT15
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto authored and kk7ds committed Oct 3, 2023
1 parent 9918909 commit b564721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/radtel_t18.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ class RT15Radio(T18Radio):
_upper = 16
_mem_params = (_upper # number of channels
)
_frs16 = True
_frs16 = False # sold as FRS radio but supports full band TX/RX

@classmethod
def match_model(cls, filedata, filename):
Expand Down

0 comments on commit b564721

Please sign in to comment.