mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-20 10:24:18 +03:00
ie --> in (#4502)
This commit is contained in:
@ -24,7 +24,7 @@ On the ESP8266 PROGMEM is a macro:
|
||||
|
||||
#define ICACHE_RODATA_ATTR __attribute__((section(".irom.text")))
|
||||
|
||||
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
|
||||
flash requires using any of the methods above.
|
||||
|
||||
| ### Declare a global string to be stored in flash.
|
||||
|
Reference in New Issue
Block a user