mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Add the AX.25 modem parameters and start reworking the AX,25 RX
processing.
This commit is contained in:
parent
fe77cbd68c
commit
692d6519db
11 changed files with 101 additions and 124 deletions
|
|
@ -38,7 +38,6 @@ private:
|
|||
bool m_enabled;
|
||||
FILE* m_fp;
|
||||
|
||||
bool isUI(const unsigned char* data, unsigned int length) const;
|
||||
void decode(const unsigned char* data, unsigned int length);
|
||||
bool decodeAddress(const unsigned char* data, std::string& text, bool isDigi = false) const;
|
||||
bool openFile();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue