Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 5:63385057aae0, committed 2020-01-30
- Comitter:
- irsanjul
- Date:
- Thu Jan 30 07:42:35 2020 +0000
- Parent:
- 4:10a99cdf7846
- Commit message:
- copy dari orang lain
Changed in this revision
| MbedJSONValue.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MbedJSONValue.cpp Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.cpp Thu Jan 30 07:42:35 2020 +0000
@@ -88,7 +88,7 @@
}
case TypeDouble: {
char buf[10];
- sprintf(buf, "%f", _value.asDouble);
+ sprintf(buf, "%.3f", _value.asDouble);
return buf;
}
default: