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

View File

@ -14,6 +14,9 @@
* limitations under the License.
*/
#ifdef ENABLE_AIRCOPY
#include "app/aircopy.h"
#endif
#ifdef ENABLE_FMRADIO
#include "app/fm.h"
#endif
@ -85,13 +88,11 @@ void AUDIO_PlayBeep(beep_type_t Beep)
return;
#ifdef ENABLE_AIRCOPY
if (g_screen_to_display == DISPLAY_AIRCOPY)
return;
// if (g_screen_to_display == DISPLAY_AIRCOPY || g_aircopy_state != AIRCOPY_READY)
// return;
#endif
if (g_current_function == FUNCTION_RECEIVE)
return;
if (g_current_function == FUNCTION_MONITOR)
return;