-->
Page 3 of 12

Re: ESP8266WebServer example

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

Make sure you have selected "Generic ESP8266 board" before compiling.
Also kindly post verbose compiler output, otherwise it's a bit hard to diagnose the issue.

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 2:11 pm
by Stevenelson
I just tried again, as far as I can tell, there are no libraries included in that download.

I started from scratch...

1) I deleted my old copy of Arduino from the applications folder
2) I renamed the folder /Documents/Arduino to /Documents/ArduinoOLD
3) I downloaded the .zip file
4) uncompressed it
5) copied it into the Applications folder
6) ran it. it created a new Arduino Folder... empty Libraries subfolder.

If you just overwrite an old version with the new version it keeps the libraries from before. But this zip file doesn't seem to have any libraries in it. Unless, I'm doing something wrong.

Image

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 2:24 pm
by igrr
Documents/Arduino/libraries is the folder for user-supplied libraries.
Libraries bundled with the IDE are located inside the Arduino.app.

If you are having issues running the sample, please do post the verbose compilation log. Verbose output can be enabled in Arduino > Preferences.

Re: ESP8266WebServer example

PostPosted: Sat Mar 28, 2015 3:22 pm
by Stevenelson
Oh. I didn't realize that. I'll give it a try again with some screenshots.