-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Floating point format support in sprintf #1179
Comments
Please see #73. |
Thanks for fast reply! Sorry for duplicating the issue was searching by |
We are actually using vsprintf which is present in the ESP8266 ROM code. Since the code is in ROM, there is no way to extend it with FP format support. |
Thank you! |
not possible in Arduino IDE 1.8.2 feat. esp8266 board manager |
2.4.0 is in release candidate stage now (2.4.0-rc1). To test it, uninstall the existing version using boards manager, then use the boards manager URL provided in the release notes: https://github.com/esp8266/Arduino/releases/tag/2.4.0-rc1 (see "Obtaining 2.4.0-rc1 pre-release" section near the bottom of the page). |
thank you, but then I'll wait for it to come with the Arduino IDE board manager. |
Hi,
Was working with ESP8266 and found issue with
snprintf
.Here is the sample:
Expected result was:
Core test: Value is 10.00
Actual result is:
Core test: Value is %.2f
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: