Skip to content

Commit

Permalink
Update WString.h (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
terryjmyers authored and me-no-dev committed Nov 19, 2018
1 parent 14ff311 commit 2132d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cores/esp32/WString.h
Expand Up @@ -260,6 +260,7 @@ class String
// parsing/conversion
long toInt(void) const;
float toFloat(void) const;
double toDouble(void) const;

protected:
char *buffer; // the actual char array
Expand Down

0 comments on commit 2132d9f

Please sign in to comment.