0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

aircopy fix

This commit is contained in:
OneOfEleven
2023-10-19 20:54:28 +01:00
parent eb793f5839
commit a6dfca4c91
4 changed files with 8 additions and 9 deletions

View File

@ -548,6 +548,8 @@ void UI_DisplayMenu(void)
strcpy(String, "USE\nMAIN SQL");
else
sprintf(String, "%d", g_sub_menu_selection);
// g_tx_vfo->squelch_level = g_sub_menu_selection;
// RADIO_ConfigureSquelchAndOutputPower(g_tx_vfo);
break;
case MENU_MIC_GAIN: