mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 14:48:03 +03:00
Fixed error I made in makefile (python call now works - IF you have python installed)
This commit is contained in:
@ -193,6 +193,9 @@ void FUNCTION_Select(FUNCTION_Type_t Function)
|
||||
BK4819_DisableScramble();
|
||||
|
||||
break;
|
||||
|
||||
case FUNCTION_BAND_SCOPE:
|
||||
break;
|
||||
}
|
||||
|
||||
gBatterySaveCountdown_10ms = battery_save_count_10ms;
|
||||
|
Reference in New Issue
Block a user