Fix case for linux build

This commit is contained in:
Anthony ARNAUD 2016-02-19 20:51:04 +01:00
parent 36b4f71c99
commit eb4043060a
No known key found for this signature in database
GPG Key ID: F23B49BC1098123E
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <ESP8266WebServer.h>
#include <ESP8266HTTPClient.h>
#include <ESP8266mDNS.h>
#include <WifiUdp.h>
#include <WiFiUdp.h>
#include <EEPROM.h>
#include <Ticker.h>
//#include <WebSocketsServer.h>