Add extra FCS data extraction and fix remote gateway operation on YSF.

This commit is contained in:
Jonathan Naylor
2018-02-27 18:38:07 +00:00
parent 83d68c7a01
commit 7e247b0f68
2 changed files with 138 additions and 93 deletions

View File

@@ -105,6 +105,7 @@ private:
void closeFile();
bool checkCallsign(const unsigned char* callsign) const;
void processNetCallsigns(const unsigned char* data);
};
#endif