add needed includes

This commit is contained in:
Links
2017-07-20 18:32:25 +02:00
parent 64c8908b05
commit 96c266101e

View File

@ -15,6 +15,9 @@
// LIBRARIES
#include <Arduino.h>
#include <Hash.h>
#include <ESP8266WiFi.h>
#include <WebSocketsClient.h>