Skip to content

Commit

Permalink
icw32: Add 12.5kHz tuning step
Browse files Browse the repository at this point in the history
Fixes #11420
  • Loading branch information
kk7ds committed Oct 3, 2024
1 parent a7f5acd commit 325beee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chirp/drivers/icw32.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def get_features(self):
rf.valid_tmodes = ["", "Tone", "TSQL"]
rf.valid_name_length = 8
rf.valid_special_chans = sorted(_get_special().keys())
rf.valid_tuning_steps = [5.0, 10.0, 12.5, 15.0, 20.0, 25.0, 30.0, 50.0]

rf.has_sub_devices = self.VARIANT == ""
rf.has_ctone = True
Expand Down

0 comments on commit 325beee

Please sign in to comment.