[chirp_devel] [PATCH] [UV-5R] "Wipe" Channel Name
21 Feb
2016
21 Feb
'16
2:17 p.m.
# HG changeset patch # User Jim Unroe rock.unroe@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)
3227
Age (days ago)
3227
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim Unroe