AliExpress says here (in English and Italian):
https://www.aliexpress.com/item/Baojie-BJ-318-bj318-mini-Mobile-Radio-Dual-B...
"Frequency Step Selectable 2.5/5/6.25/10/12.5/25/50KHz"
"Spaziatura di frequenza 2.5/5/6.25/10/12.5/15/25/50 KHz"
(note the 15KHz step in the Italian listing, not present in the English listing)
There's no mention of this model on the actual Baojie seb site?
http://www.qzbaojie.com/en/index.html
On 4/19/2019 1:08 PM, Jim Unroe wrote:
On Fri, Apr 19, 2019 at 3:30 AM Andreu Bassols Alcón andreu.bassols@gmail.com wrote:
Hi again,
I've found a workaround and I've programmed the Baojie BJ318 properly with frecuencies multiples of 6.25 or 12.5:
Edited line 99 of chirp_common.py found at /usr/lib/python2.7/dist-packages/chirp
COMMON_TUNING_STEPS = [5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 50.0, 100.0]
Add 6.25 and 12.5:
COMMON_TUNING_STEPS = [5.0, 6.25, 10.0, 12.5, 15.0, 20.0, 25.0, 30.0, 50.0, 100.0]
I think program uses the default values on this radio, and default values doesn't include 6.25 nor 12.5 steps.
Regards,
What is the correct list of STEPS for this radio?
Jim KC9HI _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Peter KM6WXN at ptlambert@sbcglobal.net To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com