envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
136 stars 49 forks source link

WifiUDP.h cannot be found #24

Closed McOrvas closed 6 years ago

McOrvas commented 6 years ago

Hi envy,

Thanks for this very cool library! I have a short question about the included "WifiUDP.h" in "esp-knx-ip.h". On my system this header file is written "WiFiUdp.h", and so I have to change the notation of this to compile my project. Do you use a system which is not case sensitive or do I just have another version installed? I'm using "esp8266" in version 2.4.0.

Thanks and regards, McOrvas

envy commented 6 years ago

Hi,

Yeah, I use Windows... I copied this from some example and never bothered to check as it worked...

I fixed it, thank you.

McOrvas commented 6 years ago

Sorry to write again about this issue, but the correct notation is "WiFiUdp.h" with an upper case "F".