Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By colaovale
#89361 Salve.
Sono nuovo di questo forum , questo è il mio primo post.
Quando cerco di compilare un qualsiasi esempio riguardante ESP8266 , ricevo il seguente errore:
In file included from C:\Users\utente\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:39:0,
from C:\Users\utente\Documents\Arduino\HelloServer_originale\HelloServer_originale.ino:1:
C:\Users\utente\Documents\Arduino\libraries\ESP8266WiFi\src/WiFiClient.h:89:7: error: 'int WiFiClient::availableForWrite()' marked override, but does not override
int availableForWrite() override;
^
exit status 1
Errore durante la compilazione per la scheda Generic ESP8266 Module.
Non ho molta dimestichezza sul modulo ESP8266, ma sembra che la libreria "WiFiClient" non ci sia nelle mie librerie.
Qualcuno può passarmela o dirmi dove posso trovarla ? ho provato in GitHub , ma non mi da il file zippato , mi spiega solo cosa serve e cosa contiene.
Grazie anticipatamente
User avatar
By AcmeUK
#89391 Her is a Bing translation of the post:-
Hi.
I'm new to this forum, this is my first post.
When I try to compile any example regarding ESP8266 , I get the following error:
In file included from C:UsersuserDocumentsArduinolibrariesESP8266WiFisrc/ESP8266WiFi.h:39:0,
from C:UsersuserDocumentsArduinoHelloServer_originaleHelloServer_originale.ino:1:
C:UsersuserDocumentsArduinolibrariesESP8266WiFisrc/WiFiClient.h:89:7: error: 'int WiFiClient::availableForWrite()' marked override, but does not override
int availableForWrite() override;
^
exit status 1
An error occurred while compiling for the Generic ESP8266 Module adapter.
I'm not very familiar with the ESP8266 module, but it seems that the "WiFiClient" library isn't in my libraries.
Can someone pass it to me or tell me where I can find her? I tried in GitHub, but it doesn't give me the zipped file, it just explains to me what it takes and what it contains.
Thank you in advance
User avatar
By AcmeUK
#89393 Did you include the ESP8266WiFi library in your Sketch?

In the Arduino IDE Sketch Menu > Include Library > ESP8266WiFi

If the library is not installed you need to install it using the Board Manager.

A quick way to access the Board Manger is to press CTL+SHIFT +i on your keyboard.

--------------------------------------------------------------------------------------------------------------------------
Hai includete la libreria ESP8266WiFi nel vostro schizzo?

Nel menu di schizzo IDE Arduino > libreria > ESP8266WiFi

Se la libreria non è installata è necessario installarla utilizzando Board Manager.

Un modo rapido per accedere a Board Manger è quello di premere CTL+SHIFT+i sulla tastiera.
User avatar
By colaovale
#89414 di AcmeUK »mar 10 nov 2020 16:58
Hai incluso la libreria ESP8266WiFi nel tuo schizzo?

Nel menu Schizzo dell'IDE di Arduino> Includi libreria> ESP8266WiFi

Se la libreria non è installata, è necessario installarla utilizzando Board Manager.

Un modo rapido per accedere a Board Manger è premere CTL + MAIUSC + i sulla tastiera.

Ciao Acme , grazie per la risposta.
Ho caricato tutte le librerie di esp8266 , inclusa ESP8266WiFi , smanettando ancora di più ho notato che il messaggio di errore che mi da lo SKETCH è che la libreria WiFiClient , non è override .
Questo è l'errore che mi da:
error: 'int WiFiClient::availableForWrite()' marked override, but does not override
int availableForWrite() override;