-->
Page 2 of 12

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 5:54 am
by igrr
Ok, got it. Packaging issue, one file was not added to the Windows version. Will prepare a new build later today.

Update: fixed package for Windows is on GitHub now.

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 12:29 pm
by ian
Excellent work guys! I want to use the ESP8266 in student labs with Arduinos & this might be the ideal route :)
Cheers
Ian

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 1:19 pm
by Stevenelson
igrr wrote:@Stevenelson It's here: https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/ESP8266WebServer/src/ESP8266WebServer.h

SWEEET! I just attempted to install it and got an error on #include <functional> in the .h file. I'm trying to dig around to figure out what that was supposed to be. Any idea?

Note that the library is bundled with the version of Arduino IDE which is available for download here:
https://github.com/esp8266/Arduino#downloads


I downloaded the mac version it doesn't appear to be included, is it possible it's only in the Windows version?

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 1:36 pm
by gerardwr
Stevenelson wrote:I downloaded the mac version it doesn't appear to be included, is it possible it's only in the Windows version?


I downloaded the Mac version. The example "HelloServer" using "ESP8266WebServer" compiles OK.