Add missing Hash.h library

This commit is contained in:
Martin Becker
2017-09-25 17:20:07 +02:00
committed by GitHub
parent 4fd2e9d993
commit 4baf4896cc

View File

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