[chirp_devel] Patch for #7119 BF-888 "Refused to enter programming mode."

goldstar611 at hotmail.com
Mon Mar 2 18:34:39 PST 2020


Patch for the chinese lady (and other settings) on the newer-ish 777/888 radios is rebased and attached inline below. Sorry for the delay.

Tony

---

# HG changeset patch
# User Tony F <goldstar611 at hotmail.com>
# Date 1583202525 21600
#      Mon Mar 02 20:28:45 2020 -0600
# Branch issue_7653
# Node ID bc80b6adbdfaf911f0934957ad534e82fb80e28a
# Parent  5d79b7bd63496c0fdb5b987a0dc358d9f1eedf3f
[h777] Fix some settings not taking effect
Fixes #7653
Does not cause regression in #7067

diff --git a/chirp/drivers/h777.py b/chirp/drivers/h777.py
--- a/chirp/drivers/h777.py
+++ b/chirp/drivers/h777.py
@@ -281,8 +281,8 @@
 
     _ranges = [
         (0x0000, 0x0110),
+        (0x0380, 0x03E0),
         (0x02B0, 0x02C0),
-        (0x0380, 0x03E0),
     ]
     _memsize = 0x03E0
     _has_fm = True

On Mon, 2020-01-06 at 12:30 -0800, Dan Smith via chirp_devel wrote:
> > @Dan, this possibly helps us since it looks like my patch didn't cause a regression (IMO) in the newer baofeng 888 models since reverting it didn't help anyone in #7066. Any chance you'd consider
> > re-implementing r3233? 
> 
> Ugh, I hadn't noticed that people said it didn't help.
> 
> Yeah, I guess. Send me a new copy on top of the current tip that you've tested and I'll re-apply. When I do, please report back after you confirm it didn't make anything worse(er).
> 
> --Dan
> 
> _______________________________________________
> chirp_devel mailing list
> chirp_devel at intrepid.danplanet.com
> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers




More information about the chirp_devel mailing list