Skip to content

Commit 61f3d12

Browse files
committed
Add missing __FlashStringHelper definition
1 parent 31249bb commit 61f3d12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: cores/esp8266/WString.h

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
// result objects are assumed to be writable by subsequent concatenations.
3333
class StringSumHelper;
3434

35+
typedef char* __FlashStringHelper;
36+
#define F(str) str
37+
3538
// The string class
3639
class String
3740
{

0 commit comments

Comments
 (0)