Project

General

Profile

Actions

Bug #7883

closed

Anytone HT TERMN8R can't insert channels that requere 12.5kHz step

Added by Cody Schafer almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/16/2020
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
Anytone TERMN8R
Platform:
All
Debug Log:
I read the instructions above:

Description

  • the device does include a tune_step field in it's channel memory block, but
  • get_features() sets has_tuning_step = False and the tune_step field is never modified.
  • Code trying to set channels examines has_nostep_tuning when deciding to emit an error
        if self.valid_tuning_steps and not self.has_nostep_tuning:
            try:
                step = required_step(mem.freq)
                if step not in self.valid_tuning_steps:
                    msg = ValidationError("Frequency requires %.2fkHz step" %
                                          required_step(mem.freq))
                    msgs.append(msg)
            except errors.InvalidDataError, e:
                msgs.append(str(e))

  • setting has_nostep_tuning works, but note that valid_tuning_steps is set to [5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 50.0, 100.0] (aka COMMON_TUNING_STEPS), which doesn't match the settable tuning steps on the radio, which are: [2.5, 5.0, 6.25, 10.0, 12.5, 20, 25, 30, 50]

Related issues

Is duplicate of Bug #6561: Fix anytone_ht valid tuning stepsClosedJim Unroe03/03/2019

Actions
Actions #1

Updated by Bernhard Hailer over 3 years ago

  • Description updated (diff)
  • Model affected changed from anytone_ht to Anytone TERMN8R

Corrected formatting.

Actions #2

Updated by Jim Unroe over 3 years ago

Basically a dupe of #6561 which has been resolved.

Jim KC9HI

Actions #3

Updated by Bernhard Hailer over 3 years ago

  • Status changed from New to Closed

Duplicates #6561, which has been resolved. Please follow and post there. Thanks!

Actions

Also available in: Atom PDF