replace/40e8f9422bbe56a72cc39f88adf3a618aa00cbe6
Niccolò Izzo 2021-09-05 22:05:13 +02:00
rodzic b1a91603c8
commit e60d79241d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ void M17Transmitter::start(const std::string& src, const std::string& dst)
streamType_t type;
type.stream = 1; // Stream
type.dataType = 2; // Voice data
type.CAN = 0xA; // Channel access number
type.CAN = 0; // Channel access number
lsf.setType(type);
lsf.updateCrc();