kopia lustrzana https://github.com/pjalocha/esp32-ogn-tracker
Fix empty line in the IGC file
rodzic
d6f262512c
commit
d5ffbfacec
|
@ -196,9 +196,9 @@ static int IGC_Header(const GPS_Position &Pos) // write the
|
||||||
IGC_HeadParm("HFCIDCompetitionID:", Parameters.ID); // competition ID
|
IGC_HeadParm("HFCIDCompetitionID:", Parameters.ID); // competition ID
|
||||||
{
|
{
|
||||||
#ifdef WITH_FollowMe
|
#ifdef WITH_FollowMe
|
||||||
int Len=Format_String(Line, "HFRHWHardwareVersion:FollowMe\n");
|
int Len=Format_String(Line, "HFRHWHardwareVersion:FollowMe");
|
||||||
#else
|
#else
|
||||||
int Len=Format_String(Line, "HFRHWHardwareVersion:ESP32+LoRa\n"); // hardware version
|
int Len=Format_String(Line, "HFRHWHardwareVersion:ESP32+LoRa"); // hardware version
|
||||||
#endif
|
#endif
|
||||||
Line[Len++]='\n'; Line[Len]=0;
|
Line[Len++]='\n'; Line[Len]=0;
|
||||||
IGC_LogLine(Line, Len); }
|
IGC_LogLine(Line, Len); }
|
||||||
|
|
Ładowanie…
Reference in New Issue