Actions
Feature #11355
closedAvailable frequencies for Baofeng UV-17Pro
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/21/2024
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
Baofeng UV-17Pro
I read the instructions above:
Yes
Description
Would it be possible to extend the allowed frequencies for UV-17Pro ? (I also use this driver for my UV-5RH Pro max)
File chirp/drivers/baofeng_uv17Pro.py
- lines 275 :
extend VALID_BANDS
to [ **_airband** , _vhf_range, _vhf2_range, _uhf_range, **_uhf2_range** ]
UV-17Pro has even 6 bands with FM 65-108MHz.
So you can add :
_fm_range = (65000000, 108000000)
and include it in VALID_BANDS
Actions