Skip to content

Commit

Permalink
missing a step in chirp in RP STE, has radio has it.
Browse files Browse the repository at this point in the history
Add step in rts_list 1000ms, before was stop at 900ms.
  • Loading branch information
joc2 authored Jan 14, 2024
1 parent 86e8920 commit 4081949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvk5_egzumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
ALARMMODE_LIST = ["SITE", "TONE"]
REMENDOFTALK_LIST = ["OFF", "ROGER", "MDC"]
RTE_LIST = ["OFF", "100ms", "200ms", "300ms", "400ms",
"500ms", "600ms", "700ms", "800ms", "900ms"]
"500ms", "600ms", "700ms", "800ms", "900ms", "1000ms"]
VOX_LIST = ["OFF", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]

MEM_SIZE = 0x2000 # size of all memory
Expand Down

0 comments on commit 4081949

Please sign in to comment.