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.
Fork of MbedJSONValue by
Diff: MbedJSONValue.cpp
- Revision:
- 5:c5ca009a95e3
- Parent:
- 3:f2ffae08b963
diff -r 10a99cdf7846 -r c5ca009a95e3 MbedJSONValue.cpp
--- a/MbedJSONValue.cpp Thu Sep 22 10:57:37 2011 +0000
+++ b/MbedJSONValue.cpp Tue Aug 01 08:09:03 2017 +0000
@@ -88,7 +88,7 @@
}
case TypeDouble: {
char buf[10];
- sprintf(buf, "%f", _value.asDouble);
+ sprintf(buf, "%.3f", _value.asDouble);
return buf;
}
default:
