We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca04ba commit 247e3eeCopy full SHA for 247e3ee
cores/esp32/WString.h
@@ -31,6 +31,10 @@
31
#include <ctype.h>
32
33
34
+// A pure abstract class forward used as a means to proide a unique pointer type
35
+// but really is never defined.
36
+[[deprecated("not required on ESP32, only for ESP8266 compatibility")]]
37
+class __FlashStringHelper;
38
#define FPSTR(pstr_pointer) (pstr_pointer)
39
#define F(string_literal) (string_literal)
40
0 commit comments