what does the F() function in the source do?
i cant seem to find the declaration
thank you
what does the F() function in the source do?
Moderators: grovkillen, Stuntteam, TD-er
-
- Normal user
- Posts: 103
- Joined: 16 Sep 2015, 20:32
Re: what does the F() function in the source do?
Thank you for the responses. Learning somethign new every day.
Re: what does the F() function in the source do?
Is this something to be concerned about with respect to http://www.esp8266.nu/forum/viewtopic.php?f=2&t=1988 ?
Re: what does the F() function in the source do?
I think it is not , because the F() function is used only during compilation, strings are written in Flash/(program storage space) once and stay there unchanged until next compilation/flash. Without the F() function strings are used as global variables and written in flash but also copies are stored in the ram/(dynamic memory) which is more scarcely than flash memory in the ESP8266 as well as in the AVR chips of Arduino boards.Drum wrote:Is this something to be concerned about with respect to http://www.esp8266.nu/forum/viewtopic.php?f=2&t=1988 ?
Who is online
Users browsing this forum: No registered users and 13 guests