-
Notifications
You must be signed in to change notification settings - Fork 9
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
Save GPS Lat/Lon on SD Card #104
Comments
New suggestion is to give the option to setup the number of decimals in the sd card and print on serial monitor block. The default value will is 2 |
Another possibility would be to have a number to string format block.
This would also trigger an interface change.
Not sure whether
Disadvantages, which I can think of, would be:
Probably
Con:
|
The PR #134 does not fix the issue completely. Only if the Block is used directly as an input for the SD Block the number of decimals will be adjusted. If a user assigns a variable to the lat and lng values and tries to save this to sd card the issue still exists! |
Reporting a Bug
When saving Lat and Lon from the gps on SD Card on 2 Decimals are shown.
Expected Behavior
All Decimals from the coordinates need to be stored on the sd card.
Current Behavior
Only 2 decimals are stored on the sd card
Possible Solution
dataFile.println(value,6)
The text was updated successfully, but these errors were encountered: