[chirp_devel] [PATCH] [uv5r] Fix for BFB297 firmware failure to upload

Jim Unroe
Mon Jan 28 17:36:32 PST 2013


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1359423001 18000
# Node ID 80d3db9146883cef1e1db844628a8dc8d303a9af
# Parent  5f4fff6266ab03ebd6720f093541c190a0fee1b8
[uv5r] Fix for BFB297 firmware failure to upload
#463

diff -r 5f4fff6266ab -r 80d3db914688 chirp/uv5r.py
--- a/chirp/uv5r.py	Mon Jan 21 14:59:40 2013 -0800
+++ b/chirp/uv5r.py	Mon Jan 28 20:30:01 2013 -0500
@@ -361,7 +361,7 @@
     print "Image is %s" % repr(image_version)
     print "Radio is %s" % repr(radio_version)
 
-    if "Ver  BFB" not in radio_version:
+    if "BFB" not in radio_version:
         raise errors.RadioError("Unsupported firmware version: `%s'" %
                                 radio_version)
 



More information about the chirp_devel mailing list