From 325beeedbef4fc28712ea131c9e22b222cb97e16 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Wed, 2 Oct 2024 14:32:15 -0700 Subject: [PATCH] icw32: Add 12.5kHz tuning step Fixes #11420 --- chirp/drivers/icw32.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chirp/drivers/icw32.py b/chirp/drivers/icw32.py index 0276a0c59..82689e03e 100644 --- a/chirp/drivers/icw32.py +++ b/chirp/drivers/icw32.py @@ -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