0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +03:00

Updated aircopy

This commit is contained in:
OneOfEleven
2023-10-15 17:56:55 +01:00
parent 906c470567
commit b315d29a81
10 changed files with 121 additions and 87 deletions

4
main.c
View File

@ -68,8 +68,6 @@ void Main(void)
BOARD_Init();
UART_Init();
g_boot_counter_10ms = 250; // 2.5 sec
#if defined(ENABLE_UART)
UART_SendText(UART_Version_str);
UART_SendText("\r\n");
@ -162,7 +160,7 @@ void Main(void)
#endif
if (g_eeprom.pwr_on_display_mode != PWR_ON_DISPLAY_MODE_NONE)
{ // 2.55 second boot-up screen
{ // 3 second boot-up screen
while (g_boot_counter_10ms > 0)
{
if (KEYBOARD_Poll() != KEY_INVALID)