Browse Source

fix import

Chris Mullins 8 years ago
parent
commit
186f3fcecc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Udp/MiLightDiscoveryServer.h

+ 1 - 1
lib/Udp/MiLightDiscoveryServer.h

@@ -1,4 +1,4 @@
-#include <WiFiUDP.h>
+#include <WiFiUdp.h>
 #include <Settings.h>
 
 #ifndef MILIGHT_DISCOVERY_SERVER_H