mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
aarrgghh
This commit is contained in:
6
main.c
6
main.c
@ -81,6 +81,10 @@ void Main(void)
|
||||
memset(g_dtmf_string, '-', sizeof(g_dtmf_string));
|
||||
g_dtmf_string[sizeof(g_dtmf_string) - 1] = 0;
|
||||
|
||||
#if 0
|
||||
SETTINGS_restore_calibration();
|
||||
#endif
|
||||
|
||||
BK4819_Init();
|
||||
|
||||
BOARD_ADC_GetBatteryInfo(&g_usb_current_voltage, &g_usb_current);
|
||||
@ -116,7 +120,7 @@ void Main(void)
|
||||
|
||||
// sort the menu list
|
||||
UI_SortMenu(!g_f_lock);
|
||||
|
||||
|
||||
ST7565_SetContrast(g_setting_contrast);
|
||||
|
||||
// wait for user to release all butts before moving on
|
||||
|
Reference in New Issue
Block a user