0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

increased bit-toggle pre-amble length at start of mdc packet + chan-2-vfo fix

This commit is contained in:
OneOfEleven
2023-10-28 17:16:39 +01:00
parent 9eb3f765e0
commit 0e61189c32
5 changed files with 13 additions and 4 deletions

View File

@ -2401,7 +2401,7 @@ void BK4819_reset_fsk(void)
(0u << 10) | // 0/1 1 = invert data when RX
(0u << 9) | // 0/1 1 = invert data when TX
(0u << 8) | // 0/1 ???
(1u << 4) | // 0 ~ 15 preamble length
(4u << 4) | // 0 ~ 15 preamble length
(1u << 3) | // 0/1 sync length
(0u << 0); // 0 ~ 7 ???