Set CAN to 0

This commit is contained in:
Niccolò Izzo 2021-09-05 22:05:13 +02:00
parent b1a91603c8
commit e60d79241d
1 changed files with 1 additions and 1 deletions

View File

@ -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();