I am a newbie on the ESP8266 and want to know if PROGMEM, F Macro, pgm_ functions and the EEPROM Library will work as expected and if there is any special considerations or if I have to reserve different memory allocations for these things to work. I am assuming you guys mapped this all to flash but not sure what the implementation details are and what are the pitfalls.
Using a Huzzah Feather from Adafruit which is based on the ESP-12. Arduino IDE 1.8.2 on a Mac and I've been able to run basic programs already.
TIA,
Alex