mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 06:11:24 +03:00
fix power-on-password compile error
This commit is contained in:
parent
39fdb7ed33
commit
045768a2c3
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ ENABLE_TX1750 := 0
|
||||
ENABLE_MDC1200 := 1
|
||||
ENABLE_PWRON_PASSWORD := 0
|
||||
ENABLE_RESET_AES_KEY := 1
|
||||
ENABLE_BIG_FREQ := 1
|
||||
ENABLE_BIG_FREQ := 0
|
||||
ENABLE_SMALL_BOLD := 0
|
||||
# trim trailing 0.044 kB
|
||||
ENABLE_TRIM_TRAILING_ZEROS := 1
|
||||
|
@ -2289,7 +2289,7 @@ void BK4819_reset_fsk(void)
|
||||
(0u << 9) | // 0 ~ 1 1 = invert data when TX
|
||||
(0u << 8) | // 0 ~ 1 ???
|
||||
(0u << 4) | // 0 ~ 15 preamble length
|
||||
(1u << 3) | // 0 ~ 1 sync length
|
||||
(0u << 3) | // 0 ~ 1 sync length
|
||||
(0u << 0); // 0 ~ 7 ???
|
||||
|
||||
// Set entire packet length (not including the pre-amble and sync bytes we can't seem to disable)
|
||||
|
BIN
firmware.bin
BIN
firmware.bin
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user