-
Notifications
You must be signed in to change notification settings - Fork 13.3k
dtostrf adds extra space before decimal #726
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
Comments
Pinging @martinayotte, @Makuna, and @Links2004 who have worked on |
Hi likecyca, |
Thank you @martinayotte, it is indeed fixed with your patch. I had been using the stable/staging releases. Great work on the improvement. Thanks again. |
Would be great to see this roll out into stable. Had to switch my project to staging, yet it's been fixed for quite a while now. |
The stable version is outdated of July. |
That's not good, especially when the Readme directs people to the "archive" Also semantics are important. On Thu, 19 Nov 2015 01:25 martinayotte notifications@github.com wrote:
|
According to the Atmel reference manual, dtostrf has a width parameter defined as:
The current implementation of this for esp8266 adds additional space in front of the decimal point when given a small (or negative) value for
width
. This is a regression — a previous version of this project did not have this issue. However I am not sure when it was introduced.The text was updated successfully, but these errors were encountered: