0
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:
OneOfEleven 2023-10-26 14:10:11 +01:00
parent 39fdb7ed33
commit 045768a2c3
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)

Binary file not shown.

Binary file not shown.

View File

@ -95,7 +95,7 @@ void UI_DisplayLock(void)
case KEY_7:
case KEY_8:
case KEY_9:
INPUTBOX_Append(Key - KEY_0);
INPUTBOX_append(Key - KEY_0);
if (g_input_box_index < 6) // 6 frequency digits
{