We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21ff94 commit ef75292Copy full SHA for ef75292
cores/esp8266/pgmspace.h
@@ -6,6 +6,7 @@
6
#define PROGMEM
7
#define PGM_P const char *
8
#define PSTR(str) (str)
9
+#define F(str) (str)
10
11
#define vsnprintf_P(...) vsnprintf( __VA_ARGS__ )
12
#define snprintf_P(...) snprintf( __VA_ARGS__ )
0 commit comments