Skip to content

Commit 2132d9f

Browse files
terryjmyersme-no-dev
authored andcommitted
Update WString.h (#1935)
1 parent 14ff311 commit 2132d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cores/esp32/WString.h

+1
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ class String
260260
// parsing/conversion
261261
long toInt(void) const;
262262
float toFloat(void) const;
263+
double toDouble(void) const;
263264

264265
protected:
265266
char *buffer; // the actual char array

0 commit comments

Comments
 (0)