Add M17 src/dst addresses to rtxStatus_t

replace/6b6897b2ddc8ede3301946e31850d492df4148af
Federico Amedeo Izzo 2021-08-23 22:04:39 +02:00 zatwierdzone przez Silvano Seva
rodzic eea9be3349
commit c23eaf8e98
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -51,6 +51,12 @@ typedef struct
uint16_t txToneEn : 1, /**< TX CTC/DCS tone enable */
txTone : 15; /**< TX CTC/DCS tone */
uint8_t rxCan : 4, /**< M17 Channel Access Number for RX squelch */
txCan : 4; /**< M17 Channel Access Number for TX squelch */
char source_address[10]; /**< M17 call source address */
char destination_address[10]; /**< M17 call routing address */
}
rtxStatus_t;