Skip to content

ESP8266WiFi compile problem #368

@Testato

Description

@Testato

Many examples do not work,
i'm on Windows and if try to compile NTPClient.ino all the IDE hang (installed by Board Manager)

after many try i found that the include

include <WiFiUdp.h>

create rpoblem whit the original #include <WiFiUdp.h> of the WiFi Arduino Directory, instead we need the #include <WiFiUdp.h> on C:\Users\win7\AppData\Roaming\arduino15\packages\esp8266\hardware\esp8266\1.6.4-673-g8cd3697\libraries\ESP8266WiFi\src\WiFiUdp.h

I tried to Rename it in ESP8266WiFiUdp and it work

In the same dire we have some name renamed, ESP8266WiFi.h because it is a WiFi.h modification of the original present in the Arduino library folder.

It is better change all this name in this directory ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions