Skip to content

Commit

Permalink
Retevis RB627B/RB27B/RB27V: Update Time-Out-Timer list - fixes #10670
Browse files Browse the repository at this point in the history
  • Loading branch information
KC9HI authored and kk7ds committed Jun 30, 2023
1 parent b970ba3 commit 3eced33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/bf_t8.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
MDF_LIST = ["Frequency", "Channel #", "Name"]
RING_LIST = ["OFF"] + ["%s" % x for x in range(1, 11)]
TOT_LIST = ["OFF"] + ["%s seconds" % x for x in range(30, 210, 30)]
TOT2_LIST = TOT_LIST[1:]
TOT2_LIST = ["OFF"] + ["%s seconds" % x for x in range(60, 240, 30)]
VOICE_LIST = ["Off", "Chinese", "English"]
VOX_LIST = ["OFF"] + ["%s" % x for x in range(1, 6)]
WORKMODE_LIST = ["General", "PMR"]
Expand Down

0 comments on commit 3eced33

Please sign in to comment.