itead / ITEADLIB_Arduino_WeeESP8266

An easy-to-use Arduino ESP8266 library besed on AT firmware.
MIT License
526 stars 285 forks source link

How Can I Use PROGMEM Variable in wifi.send() ? #88

Open MichalSchwarz opened 7 years ago

MichalSchwarz commented 7 years ago

Hi Guys. I'm a beginner in C programming and I want to send a large html Page. I need to store it in Flash. Is there some way to pass const char index PROGMEM = ... to wifi.send() ?

Thank you!