Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By martinayotte
#72702
rudy wrote:The file is WiFiUdp.h but I am still able to use WiFiUDP.h when I compile. I have different programs, some with each.

That is maybe true for those on Windows, since this OS isn't case sensitive, but it won't work on any other OS such Linux or MacOS which are strict about case sensitiveness.
Better keep the real name all the time ...
User avatar
By dannybackx
#72706 Thanks again for the confirmation that the technology works.

I've now been able to find and fix the bugs in my own code, and have a working implementation for nodes to multicast to discover each other.
See https://github.com/dannybackx/espalarm/ ... /Peers.cpp (and the .h file).