diff --git a/NMEASentenceCollector.cpp b/NMEASentenceCollector.cpp index 2685625..b368060 100644 --- a/NMEASentenceCollector.cpp +++ b/NMEASentenceCollector.cpp @@ -86,8 +86,7 @@ unsigned int CNMEASentenceCollector::getDataInt(unsigned char * data, unsigned i CAPRSUtils::dstarCallsignToAPRS(fromCall); std::string aprsFrame(fromCall); aprsFrame.append("-5>GPS30,DSTAR*:") - .append(nmea) - .append("\r\n"); + .append(nmea); auto aprsFrameLen = aprsFrame.length(); if(length < aprsFrameLen) {