0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Added fix and modified 100% battery level

This commit is contained in:
OneOfEleven
2023-09-13 17:42:31 +01:00
parent d95ba32be5
commit 3c429753f3
5 changed files with 4 additions and 4 deletions

2
misc.c
View File

@ -23,7 +23,7 @@ const uint8_t g_scan_delay = 21; // 210ms
const uint8_t g_menu_timeout = 2 * 30; // 30 seconds
const uint16_t gMax_bat_v = 840; // 8.4V
const uint16_t gMax_bat_v = 843; // 8.43V
const uint16_t gMin_bat_v = 660; // 6.6V
const uint32_t gDefaultAesKey[4] = {0x4AA5CC60, 0x0312CC5F, 0xFFD2DABB, 0x6BBA7F92};