mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
Fixed error I made in makefile (python call now works - IF you have python installed)
This commit is contained in:
5
board.c
5
board.c
@ -709,7 +709,10 @@ void BOARD_EEPROM_Init(void)
|
||||
gSetting_TX_EN = (Data[7] & (1u << 0)) ? true : false;
|
||||
gSetting_live_DTMF_decoder = (Data[7] & (1u << 1)) ? true : false;
|
||||
gSetting_battery_text = (((Data[7] >> 2) & 3u) <= 2) ? (Data[7] >> 2) & 3: 2;
|
||||
|
||||
#ifdef ENABLE_AUDIO_BAR
|
||||
gSetting_mic_bar = (Data[7] & (1u << 4)) ? true : false;
|
||||
#endif
|
||||
|
||||
if (!gEeprom.VFO_OPEN)
|
||||
{
|
||||
gEeprom.ScreenChannel[0] = gEeprom.MrChannel[0];
|
||||
|
Reference in New Issue
Block a user