Skip to content

Commit

Permalink
Add missing __FlashStringHelper definition
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Mar 31, 2015
1 parent b64079f commit 3278e1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware/esp8266com/esp8266/cores/esp8266/WString.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
// result objects are assumed to be writable by subsequent concatenations.
class StringSumHelper;

typedef char* __FlashStringHelper;
#define F(str) str

// The string class
class String
{
Expand Down

0 comments on commit 3278e1a

Please sign in to comment.