fix authentication

This commit is contained in:
Franzi 2021-12-12 12:16:06 +01:00
parent 89d6660140
commit 300ca56d3b
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@
// END CONFIGURATION
#include <Arduino.h>
#include <Hash.h>
#include <ESP8266WiFi.h>
#include <WebSocketsClient.h>