Compare incoming YSF packets with callsign instead of GATEWAY.

This commit is contained in:
Jonathan Naylor
2016-09-22 22:38:59 +01:00
parent 64ee6e56af
commit ffa5f47be2
2 changed files with 12 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ public:
void clock(unsigned int ms);
private:
unsigned char* m_callsign;
CYSFNetwork* m_network;
CDisplay* m_display;
bool m_duplex;