Skip to content

Commit

Permalink
Don't override special names on UV-K5
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7ds committed Jun 27, 2023
1 parent c60ece1 commit 7f0026a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chirp/drivers/uvk5.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,6 @@ def get_memory(self, number2):
return mem

if number > 199:
mem.name = VFO_CHANNEL_NAMES[number-200]
mem.immutable = ["name", "scanlists"]
else:
_mem2 = self._memobj.channelname[number]
Expand Down

0 comments on commit 7f0026a

Please sign in to comment.