mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Fixed M17 to be compatible with the latest protocol speciication.
This commit is contained in:
4
Conf.h
4
Conf.h
@@ -173,7 +173,7 @@ public:
|
||||
|
||||
// The M17 section
|
||||
bool getM17Enabled() const;
|
||||
unsigned int getM17ColorCode() const;
|
||||
unsigned int getM17CAN() const;
|
||||
bool getM17SelfOnly() const;
|
||||
bool getM17AllowEncryption() const;
|
||||
unsigned int getM17TXHang() const;
|
||||
@@ -496,7 +496,7 @@ private:
|
||||
unsigned int m_nxdnModeHang;
|
||||
|
||||
bool m_m17Enabled;
|
||||
unsigned int m_m17ColorCode;
|
||||
unsigned int m_m17CAN;
|
||||
bool m_m17SelfOnly;
|
||||
bool m_m17AllowEncryption;
|
||||
unsigned int m_m17TXHang;
|
||||
|
||||
Reference in New Issue
Block a user