0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

MDC1200 FSK update

This commit is contained in:
OneOfEleven
2023-10-26 08:43:21 +01:00
parent 126a83e09a
commit 8c8c183490
5 changed files with 39 additions and 29 deletions

View File

@ -16,7 +16,8 @@
// >= 24-bit pre-amble
// 40-bit sync
//
static const uint8_t pre_amble[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xCC};
//static const uint8_t pre_amble[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0xCC};
static const uint8_t pre_amble[] = {0x00, 0x00, 0x00, 0x00, 0x00};
static const uint8_t sync[] = {0x07, 0x09, 0x2a, 0x44, 0x6f};
/*