[chirp_devel] [PATCH] [UV-5R] "Wipe" Channel Name

Jim Unroe
Sun Feb 21 14:17:14 PST 2016


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1456091814 18000
# Node ID 56edd24fb2b2f3e30cfba61cb43cc75c35f9570f
# Parent  480369e272a2ea6b6d0ff7650c4abebcd47cdab8
[UV-5R] "Wipe" Channel Name

Add code to also wipe memory name when memory channel is deleted.

Bug #3369

diff -r 480369e272a2 -r 56edd24fb2b2 chirp/drivers/uv5r.py
--- a/chirp/drivers/uv5r.py	Tue Feb 09 22:45:58 2016 -0500
+++ b/chirp/drivers/uv5r.py	Sun Feb 21 16:56:54 2016 -0500
@@ -852,6 +852,7 @@
 
         if mem.empty:
             _mem.set_raw("\xff" * 16)
+            _nam.set_raw("\xff" * 16)
             return
 
         _mem.set_raw("\x00" * 16)



More information about the chirp_devel mailing list