Fix exposing proper tuning steps for UV3R

Fixes #6519
This commit is contained in:
Dan Smith 2019-03-01 14:38:41 -08:00
parent 7d40eb7955
commit bd9a4f5a89

View File

@ -210,6 +210,7 @@ class UV3RRadio(chirp_common.CloneModeRadio):
rf.valid_duplexes = ["", "-", "+", "split"]
rf.valid_cross_modes = ["Tone->Tone", "Tone->DTCS", "DTCS->Tone",
"->Tone", "->DTCS"]
rf.valid_tuning_steps = STEPS
rf.has_ctone = True
rf.has_cross = True
rf.has_tuning_step = False