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

Rewrite dtostrf to use snprintf with float formatting #432

Merged
merged 4 commits into from
Aug 27, 2018
Merged

Rewrite dtostrf to use snprintf with float formatting #432

merged 4 commits into from
Aug 27, 2018

Conversation

majenkotech
Copy link
Member

See issue #429

@majenkotech
Copy link
Member Author

I have just found a useful file in the ESP8266 core:

Has everything we could ever want in it...

@majenkotech
Copy link
Member Author

There. No dodgy snprintf version any more. We now have a proper implementation lifted from ESP8266 (it's GPL'd, so that should be fine). We'll keep the original copyright intact.

@EmbeddedMan EmbeddedMan merged commit 920f4b6 into chipKIT32:master Aug 27, 2018
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

Successfully merging this pull request may close these issues.

2 participants