We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I as a developer would like num_get to output floating point so that consumers like mc-coap may parse floating point during LwIP decomposition
num_get
mc-coap
The text was updated successfully, but these errors were encountered:
Hmm looks like I forgot I did this. There's a gruesome workaround floating in the ostream code base, hopefully this proper num_get can eliminate that.
EDIT
Gruesome code is actually num_put-ish so different problem domain. Also, can't remember if num_get as implemented truly goes into decimal places.
num_put
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I as a developer would like
num_get
to output floating point so that consumers likemc-coap
may parse floating point during LwIP decompositionThe text was updated successfully, but these errors were encountered: