sergev / baoclone

A command-line utility for saving, restoring and modifying the configuration of Baofeng handheld radios.
67 stars 12 forks source link

Incorrect power level code when import Yaesu ft-60r configuration to a text file #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download configuration from the transceiver to device.conf file (using 
'baocode <Serial Port>' command)
2. Open the program generated device.conf  and find Power  value for Mid power. 
3. The value is "Med", which is incorrect.
4. Try to upload just imported configuration file without any changes back to 
the transceiver (using baocode -c <Serial Port>  device.conf command)
5. The program throws error: Bad power level. Invalid line: '    1   MAIN    
146.4600 +0          -    123.0   Med   Wide       +    -'

What is the expected output? What do you see instead?
the expected value for Mid power  is "Mid"

What version of the product are you using? On what operating system?
baoclone version 1.3 for Mac 10.9 

Please provide any additional information below.
after changing the  power level code from "Med" to "Mid" the file is uploaded OK

Original issue reported on code.google.com by ivale...@gmail.com on 28 Jun 2014 at 1:10