8000 Merge remote-tracking branch 'upstream/esp8266' · belalmc/esp8266-Arduino@69b4582 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69b4582

Browse files
committed
Merge remote-tracking branch 'upstream/esp8266'
2 parents de29a7c + 3278e1a commit 69b4582

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

esp8266com/esp8266/cores/esp8266/WString.h

Lines changed: 3 additions & 0 deletions
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)
0