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 f070b55 commit ad5691dCopy full SHA for ad5691d
doc/PROGMEM.rst
@@ -24,7 +24,7 @@ On the ESP8266 PROGMEM is a macro:
24
25
#define ICACHE_RODATA_ATTR __attribute__((section(".irom.text")))
26
27
-Which places the variable in the .irom.text section ie flash. Placing strings in
+Which places the variable in the .irom.text section in flash. Placing strings in
28
flash requires using any of the methods above.
29
30
| ### Declare a global string to be stored in flash.
0 commit comments