Skip to content

Commit

Permalink
ga510v2: Limit name to 8 chars per OEM
Browse files Browse the repository at this point in the history
Fixes #11425
  • Loading branch information
kk7ds committed Sep 14, 2024
1 parent 8b49f88 commit d5bb7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/ga510.py
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ class RadioddityGA510v2(baofeng_uv17.UV17):
chirp_common.PowerLevel("Medium", watts=5.00),
chirp_common.PowerLevel("High", watts=10.00)]

LENGTH_NAME = 11
LENGTH_NAME = 8
SCODE_LIST = ["%s" % x for x in range(1, 16)]
SQUELCH_LIST = ["Off"] + list("123456789")
LIST_POWERON_DISPLAY_TYPE = ["Full", "Message", "Voltage"]
Expand Down

0 comments on commit d5bb7d9

Please sign in to comment.