mirror of
https://github.com/oe7drt/YSFClients.git
synced 2026-04-17 20:24:02 +00:00
Small MobileGPS code cleanups.
This commit is contained in:
parent
f17d7a65a6
commit
7dc7c820c0
2 changed files with 1 additions and 5 deletions
|
|
@ -262,8 +262,6 @@ void CAPRSWriter::sendIdFrameFixed()
|
|||
float(m_height) * 3.28F, band, desc);
|
||||
|
||||
m_thread->write(output);
|
||||
|
||||
m_idTimer.start();
|
||||
}
|
||||
|
||||
void CAPRSWriter::sendIdFrameMobile()
|
||||
|
|
@ -356,6 +354,4 @@ void CAPRSWriter::sendIdFrameMobile()
|
|||
::sprintf(output + ::strlen(output), "/A=%06.0f%s %s", float(rawAltitude) * 3.28F, band, desc);
|
||||
|
||||
m_thread->write(output);
|
||||
|
||||
m_idTimer.start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue