mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
mdc side beep
This commit is contained in:
parent
8981ea1af7
commit
98ae937059
2 changed files with 10 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -46,7 +46,7 @@ ENABLE_BLMIN_TMP_OFF := 0
|
|||
ENABLE_SCAN_RANGES := 1
|
||||
ENABLE_MDC1200 := 1
|
||||
ENABLE_MDC1200_SHOW_OP_ARG := 0
|
||||
ENABLE_MDC1200_SIDE_BEEP := 0
|
||||
ENABLE_MDC1200_SIDE_BEEP := 1
|
||||
# ---- DEBUGGING ----
|
||||
ENABLE_AM_FIX_SHOW_DATA := 0
|
||||
ENABLE_AGC_SHOW_DATA := 0
|
||||
|
|
9
dcs.c
9
dcs.c
|
@ -28,6 +28,15 @@ const uint16_t CTCSS_Options[50] = {
|
|||
1713, 1738, 1773, 1799, 1835, 1862, 1899, 1928, 1966, 1995,
|
||||
2035, 2065, 2107, 2181, 2257, 2291, 2336, 2418, 2503, 2541
|
||||
};
|
||||
//const uint16_t CTCSS_Options[50] = {
|
||||
// 200, 693, 719, 744, 770, 797, 825, 854, 885, 915,
|
||||
// 948, 974, 1000, 1035, 1072, 1109, 1148, 1188, 1230, 1273,
|
||||
// 1318, 1365, 1413, 1462, 1514, 1567, 1598, 1622, 1655, 1679,
|
||||
// 1713, 1738, 1773, 1799, 1835, 1862, 1899, 1928, 1966, 1995,
|
||||
// 2035, 2065, 2107, 2181, 2257, 2291, 2336, 2418, 2503, 2541
|
||||
//};
|
||||
//
|
||||
|
||||
|
||||
const uint16_t DCS_Options[104] = {
|
||||
0x0013, 0x0015, 0x0016, 0x0019, 0x001A, 0x001E, 0x0023, 0x0027,
|
||||
|
|
Loading…
Reference in a new issue