Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By xetra11
#54938 Hey guys,

I have recently managed to setup my Emacs + Arduino environment with the following makefile: https://github.com/sudar/Arduino-Makefile

After I bought this WiFi Shield: http://www.ebay.de/itm/262525969091?_tr ... EBIDX%3AIT

I got aware that the official Arduino Library for WiFi is NOT working with that shield.
So I found this one here: https://github.com/esp8266/Arduino#documentation

And tried to extract the libraries to my Arduino Library Path. Sadly there are several dependencies I was not able to solve my copying like
Code: Select all#include <functional>
.

What I would like to know is how I need to "build?" the ESP8266 project to use its libraries without any workaround?


Thanks for your help

Charlie