Actions
Feature #327
openVX7 220Mhz, instead of throwing error on power level, just "do the right thing"
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/14/2012
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
vx7
I read the instructions above:
Description
After working with my vx8, it's frustrating to paste things into the vx7 and have it throw away all the 220Mhz channels. I've modified vx7.py to just pick the highest possible power level if the pasted power level is too high.
I just commented out the msgs.append lines and stuck in mem.power = POWER_LEVELS[2]
Can you please put this in the production code? I'm tired of re-applying this fix every time I update from the daily. ;)
Updated by Peter Gamache about 12 years ago
That should read:
mem.power = POWER_LEVELS[2]
Actions