mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-02-20 22:24:20 +01:00
Fix APRS beacon bug (incorrect frequency)
This commit is contained in:
parent
035df6b2e0
commit
8a6d27b85f
|
|
@ -51,7 +51,7 @@ CGPS::~CGPS()
|
|||
|
||||
void CGPS::setInfo(unsigned int txFrequency, unsigned int rxFrequency, float latitude, float longitude, int height)
|
||||
{
|
||||
m_writer.setInfo(rxFrequency, rxFrequency, latitude, longitude, height);
|
||||
m_writer.setInfo(txFrequency, rxFrequency, latitude, longitude, height);
|
||||
}
|
||||
|
||||
bool CGPS::open()
|
||||
|
|
|
|||
Loading…
Reference in a new issue