Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By rezjat
#42153
gerardwr wrote:
rezjat wrote:Hi, one question, when you upload the sketch, do you upload it to Arduino or to ESP6288? Wich boar do you use to upload?

To a standard Esp8266-12 board.


Thanks a lot for your help. I managed to make it work. Regards!
User avatar
By ramsbod
#42469 When I compile your code I get the following error:

UdpServer:50: error: 'printWifiStatus' was not declared in this scope

printWifiStatus();

'printWifiStatus' was not declared in this scope

I have checked that this procedure is defined at the bottom of the code
User avatar
By rudy
#51975
ramsbod wrote:When I compile your code I get the following error:

UdpServer:50: error: 'printWifiStatus' was not declared in this scope

printWifiStatus();

'printWifiStatus' was not declared in this scope

I have checked that this procedure is defined at the bottom of the code


Declare it at the top, or put the routine above the call to it.