Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radiosonde CSV header fix #1915

Closed
ArtemKiyashko opened this issue Dec 6, 2023 · 1 comment
Closed

Radiosonde CSV header fix #1915

ArtemKiyashko opened this issue Dec 6, 2023 · 1 comment

Comments

@ArtemKiyashko
Copy link

ArtemKiyashko commented Dec 6, 2023

Hey guys, could you remove space before 'U (%)'?
It is now:

m_logStream << "Date,Time,Data,Serial,Frame,Lat,Lon,Alt (m),Speed (m/s),V/R (m/s),Heading,P (hPa),T (C), U (%)\n";

And should be:

m_logStream << "Date,Time,Data,Serial,Frame,Lat,Lon,Alt (m),Speed (m/s),V/R (m/s),Heading,P (hPa),T (C),U (%)\n";

m_logStream << "Date,Time,Data,Serial,Frame,Lat,Lon,Alt (m),Speed (m/s),V/R (m/s),Heading,P (hPa),T (C), U (%)\n";

@srcejon

Thanks a lot!

srcejon added a commit to srcejon/sdrangel that referenced this issue Dec 7, 2023
@srcejon
Copy link
Collaborator

srcejon commented Dec 7, 2023

Done

@srcejon srcejon closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants