Closed
Description
Issue #1297 added support for constructing a String object with a float/double. The documentation for string constructors does not reflect the ability to do this:
http://www.arduino.cc/en/Reference/StringConstructor
http://www.arduino.cc/en/Tutorial/StringConstructors
I've wasted a lot of time trying to get around this issue using dtostrf() and writing custom functions so it would have been much nicer to immediately find it on the reference pages! Thanks