mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-09 16:24:03 +00:00
Add the desciption field to the APRS data for this node/repeater.
This commit is contained in:
parent
6cd839eb80
commit
2f41b0eaab
5 changed files with 19 additions and 15 deletions
|
|
@ -509,8 +509,9 @@ void CYSFGateway::createGPS()
|
|||
float latitude = m_conf.getLatitude();
|
||||
float longitude = m_conf.getLongitude();
|
||||
int height = m_conf.getHeight();
|
||||
std::string desc = m_conf.getDescription();
|
||||
|
||||
m_gps->setInfo(txFrequency, rxFrequency, latitude, longitude, height);
|
||||
m_gps->setInfo(txFrequency, rxFrequency, latitude, longitude, height, desc);
|
||||
|
||||
bool ret = m_gps->open();
|
||||
if (!ret) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue