Bug #8059
closedYaesu FTM-7250D Frequency Range Error
100%
Description
This model of radio actually supports a receive range of 108.000 through 579.995 MHz. The new released model of Yaesu FTM-7250D for CHIRP in the daily build doesn't allow the addition of frequencies in the ranges of 108.000 through 135.995 and 174.000 through 579.995.
Updated by Dwayne Collingwood over 4 years ago
Correction, CHIRP does currently allow 136.000 through 173.995 and 420.000 through 449.995. The allowed range for this radio should be one contiguous range of 108.000 through 579.995 MHz. Thanks for adding this radio! It is much appreciated.
Updated by Iain White over 4 years ago
I will code a patch to change the allowed frequencies to a range of 108MHz to 580 MHz
Updated by Dwayne Collingwood over 4 years ago
Excellent! Changing this line in the ftm7250d.py file using the daily build for Linux resolves the issue 100% for me.
Original Code
rf.valid_bands = [(136000000, 174000000),(420000000, 450000000)]
Corrected Code
rf.valid_bands = [(108000000, 580000000)]
Thanks
Updated by Iain White over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:7e8fde02da74.