ekstrand / ESP8266wifi

ESP8266 Arduino library with built in reconnect functionality
MIT License
450 stars 235 forks source link

Corrected pgmspace include on ESP8266 #40

Closed zen closed 7 years ago

zen commented 7 years ago

Added correct pgmspace include for ESP8266. Closes #39

cederberg commented 7 years ago

Ok, merged.

@ekstrand: After a bit of googling I found this: "AVR references Atmel AVR and is specific to the AVR chips. (...) the gist of porting it is to replace the AVR portions (dealing with memory) to strict Wired / C"

I'm not sure what is to be achieved in this case, so very possible that more changes are required for porting this library to whatever new env is attempted here.