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
1068 1068
        rf.valid_name_length = 6
1069 1069
        rf.valid_bands = [(137000000, 173990000)]
1070 1070
        rf.valid_skips = ["", "S"]
1071
        rf.valid_tuning_steps = [5.0]
1071
        rf.valid_tuning_steps = [2.5, 5.0, 6.25, 10.0, 12.5, 15, 20, 25, 30, 50, 100]
1072 1072
        rf.memory_bounds = (0, 99)
1073 1073
        return rf
1074 1074

  
    (1-1/1)