mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Handle numeric messages correctly.
This commit is contained in:
@@ -62,8 +62,9 @@ private:
|
||||
|
||||
bool processData();
|
||||
void writeQueue();
|
||||
void addAddress();
|
||||
void addAddress(unsigned char functional);
|
||||
void packASCII();
|
||||
void packNumeric();
|
||||
void addBCHAndParity(uint32_t& word) const;
|
||||
bool openFile();
|
||||
bool writeFile(const unsigned char* data);
|
||||
|
||||
Reference in New Issue
Block a user