Make repeaterhandler aware of cached G2 Port

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2018-11-18 18:41:13 +01:00
parent 9f1a1d841a
commit ee9f3e1816
4 changed files with 12 additions and 5 deletions

View file

@ -69,7 +69,7 @@ public:
return m_protocol;
}
unsigned int g2Port() const
unsigned int getG2Port() const
{
return m_g2Port;
}