Reset data when a header is received.

This commit is contained in:
Jonathan Naylor 2018-05-22 21:04:07 +01:00
parent 326d694405
commit 4c0d148ef2
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ void CGPSHandler::setInfo(unsigned int txFrequency, unsigned int rxFrequency, fl
void CGPSHandler::processHeader(const std::string& source)
{
reset();
m_source = source;
}