mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 06:39:49 +03:00
Got some names :)
This commit is contained in:
@ -203,9 +203,9 @@ void AIRCOPY_stop_fsk_tx(void)
|
||||
g_fsk_tx_timeout_10ms = 0;
|
||||
|
||||
// disable the TX
|
||||
BK4819_SetupPowerAmplifier(0, 0); //
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1, false); // ???
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO1_PIN29_RED, false); // LED off
|
||||
BK4819_SetupPowerAmplifier(0, 0); //
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1_UNKNOWN, false); // ???
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO1_PIN29_RED, false); // LED off
|
||||
|
||||
BK4819_reset_fsk();
|
||||
|
||||
|
@ -1325,7 +1325,7 @@ void APP_process(void)
|
||||
|
||||
BK4819_DisableVox();
|
||||
BK4819_Sleep();
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO6_PIN2, false);
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO6_PIN2_UNKNOWN, false);
|
||||
|
||||
// Authentic device checked removed
|
||||
|
||||
@ -1699,7 +1699,7 @@ void APP_time_slice_10ms(void)
|
||||
|
||||
RADIO_EnableCxCSS();
|
||||
BK4819_SetupPowerAmplifier(0, 0);
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1, false); // ???
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1_UNKNOWN, false); // ???
|
||||
BK4819_Enable_AfDac_DiscMode_TxDsp();
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO1_PIN29_RED, false); // LED off
|
||||
|
||||
|
@ -434,8 +434,8 @@ static void ToggleTX(bool on) {
|
||||
|
||||
SetF(fMeasure);
|
||||
}
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO6_PIN2, !on);
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1, on);
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO6_PIN2_UNKNOWN, !on);
|
||||
BK4819_set_GPIO_pin(BK4819_GPIO5_PIN1_UNKNOWN, on);
|
||||
}
|
||||
|
||||
// Scan info
|
||||
|
Reference in New Issue
Block a user