Hello, I have followed many tutorials on the net for learning to use the ESP8266 wifi module.
But I would now upload the webserver sketch into by using Arduino 1.6.5 with the "GeneriESP8266 board" and teh esptool too.
I have installed the ESP8266 library but I can compil the example webserver sketch and I don't know why.
If somebody could help me, it would very nice.
Arduino : 1.6.5 (Windows XP), Carte : "Generic ESP8266 board"
Les options de compilation ont été modifiées, tout sera recompilé
C:\Program Files\Arduino\hardware\esp8266com\esp8266\libraries\ESP8266WebServer\src\Parsing.cpp:30:56: error: no 'bool ESP8266WebServer::_parseRequest(WiFiClient&)' member function declared in class 'ESP8266WebServer'
bool ESP8266WebServer::_parseRequest(WiFiClient& client) {
^
C:\Program Files\Arduino\hardware\esp8266com\esp8266\libraries\ESP8266WebServer\src\Parsing.cpp:208:50: error: no 'void ESP8266WebServer::_uploadWriteByte(uint8_t)' member function declared in class 'ESP8266WebServer'
void ESP8266WebServer::_uploadWriteByte(uint8_t b){
^
C:\Program Files\Arduino\hardware\esp8266com\esp8266\libraries\ESP8266WebServer\src\Parsing.cpp:217:84: error: no 'void ESP8266WebServer::_parseForm(WiFiClient&, String, uint32_t)' member function declared in class 'ESP8266WebServer'
void ESP8266WebServer::_parseForm(WiFiClient& client, String boundary, uint32_t len){
^
Erreur lors de la compilation.
Ce rapport contiendrait plus d'informations si l'option
"Montrer les informations de sortie pendant la compilation"
était activée dans Fichier > Préférences.
Looks like you have an ESP8266 core installed in the Program Files\Arduino\hardware folder when it should be in the C:\Users\username\AppData\Roaming\Arduino15\packages folder. Try removing the old core.