- Notifications
You must be signed in to change notification settings - Fork13.3k
restore dtostrf when floats are disabled in printf/scanf + round fix#7093
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
7 commits Select commitHold shift + click to select a range
04b3e13 restore dtostrf+fix when float printing is disabled at link time
d-a-v799795d fix include file
d-a-vca971ea Merge branch 'dtostrfix' of github.com:d-a-v/Arduino into dtostrfix
d-a-vc646c7e fix with proposal per review
d-a-v390ca30 fix
d-a-v0c91b2a always use dtostrf
d-a-ved04e71 Merge branch 'master' into dtostrfix2
d-a-vFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
fix with proposal per review
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitc646c7ea05aa5f536c403ca9054d3e3bf1d95e6c
There are no files selected for viewing
26 changes: 12 additions & 14 deletionscores/esp8266/core_esp8266_noniso.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletionsplatform.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletiontools/boards.txt.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1588,7 +1588,6 @@ def all_boards (): | ||
| if nofloat: | ||
| print(id + '.build.float=') | ||
| print('') | ||
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.