glidernet / diy-tracker

Do-it-Yourself OGN Tracker software
GNU General Public License v3.0
27 stars 18 forks source link

Only append \n to NMEA checksum #13

Closed kedder closed 6 years ago

kedder commented 6 years ago

We will convert \n to a proper \r\n sequence in Format_String (and friends) before outputing it to serial console.

Without this, we are outputing strings with too many \r characters - \r\n is converted to \r\r\n by Format_String. This makes output unparseable by XCSoar.