Project

General

Profile

Bug #795 » fix_kenwood.patch

Patch to fix the problem described. - Mike Roddewig, 04/20/2013 05:07 PM

View differences:

chirp/kenwood_live.py Wed Apr 10 19:17:38 2013 -0700 → chirp/kenwood_live.py Sat Apr 20 18:04:50 2013 -0600
rf.valid_name_length = 6
rf.valid_bands = [(137000000, 173990000)]
rf.valid_skips = ["", "S"]
rf.valid_tuning_steps = [5.0]
rf.valid_tuning_steps = [2.5, 5.0, 6.25, 10.0, 12.5, 15, 20, 25, 30, 50, 100]
rf.memory_bounds = (0, 99)
return rf
    (1-1/1)