[chirp_devel] [PATCH] [FT1D] Add support for setting backtrack targets - issue #4877
Angus Ainslie
Sat Jun 3 15:41:48 PDT 2017
On 2017-06-03 08:37, Dan Smith via chirp_devel wrote:
>> I'll get a chance to fix it later today so should be able to push by
>> tomorrow morning. Is that quick enough ?
>
> Yep, thanks!
>
So I'd like to fix this but the tests are doing something I don't
understand. Why is the test trying to program an out of bounds value ?
ERROR: Failed to parse settings: Traceback (most recent call last):
File "../chirp/drivers/ft1d.py", line 1702, in get_settings
return self._get_settings()
File "../chirp/drivers/ft1d.py", line 1697, in _get_settings
self._get_backtrack_settings())
File "../chirp/drivers/ft1d.py", line 1505, in _get_backtrack_settings
val = RadioSettingValueInteger(0, 99, bt.year)
File "../chirp/settings.py", line 83, in __init__
self.set_value(current)
File "../chirp/settings.py", line 92, in set_value
(value, self._min, self._max))
InvalidValueError: Value 165 not in range 0-99
Yaesu FT-1D R Settings FAILED: Invalid Radio Settings
More information about the chirp_devel
mailing list