mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Change DMR ALOHA header to 0x17
This commit is contained in:
parent
30ba4c4c55
commit
549dfd7258
2 changed files with 7 additions and 5 deletions
|
|
@ -45,12 +45,12 @@ const uint8_t MMDVM_DSTAR_DATA = 0x11U;
|
|||
const uint8_t MMDVM_DSTAR_LOST = 0x12U;
|
||||
const uint8_t MMDVM_DSTAR_EOT = 0x13U;
|
||||
|
||||
const uint8_t MMDVM_DMR_ALOHA = 0x17U;
|
||||
const uint8_t MMDVM_DMR_DATA1 = 0x18U;
|
||||
const uint8_t MMDVM_DMR_LOST1 = 0x19U;
|
||||
const uint8_t MMDVM_DMR_DATA2 = 0x1AU;
|
||||
const uint8_t MMDVM_DMR_LOST2 = 0x1BU;
|
||||
const uint8_t MMDVM_DMR_SHORTLC = 0x1CU;
|
||||
const uint8_t MMDVM_DMR_ALOHA = 0x14U;
|
||||
const uint8_t MMDVM_DMR_START = 0x1DU;
|
||||
const uint8_t MMDVM_DMR_ABORT = 0x1EU;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue