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

MDC1200 TX now working

This commit is contained in:
OneOfEleven
2023-10-24 22:41:09 +01:00
parent a94f99130f
commit da2e55fecd
6 changed files with 54 additions and 31 deletions

View File

@ -1931,7 +1931,7 @@ void BK4819_start_fsk_rx(const unsigned int packet_size)
void BK4819_PlayRogerMDC1200(void)
{
uint16_t fsk_reg59;
uint8_t packet[40];
uint8_t packet[42];
const uint8_t op = MDC1200_OP_CODE_POST_ID;
const uint8_t arg = 0x80;