Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By martinayotte
#29472
bitmanrc wrote:we try to do something in Italian language, for friends of Italy.

Nice !
In such case, it would be better to have some thing more than the AT firmware.
Play with some examples of ArduinoESP, there is plenty of stuff already working :
I2C, SPI, SdFat, LCDs ... Enjoy ! :)
User avatar
By bitmanrc
#29475 error?!?!?!?!?!
Now me error as below, which files I have to add or change?

In file included from C:\Users\Andrea\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:32:0,
from WiFiWebServer.ino:10:
C:\Users\Andrea\Arduino\libraries\ESP8266WiFi\src/WiFiClient.h:28:18: fatal error: memory: No such file or directory
#include <memory>
^
compilation terminated.
Error compilation .
User avatar
By martinayotte
#29504 It supposed to been installed by the BoardManager in a location similar to .arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9/xtensa-lx106-elf/include/c++/4.8.2/memory
Maybe something went wrong during installation.