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

@ -14,9 +14,10 @@ framework = arduino
monitor_speed = 115200
platform = espressif8266
upload_protocol = esptool
lib_ldf_mode = chain+
lib_deps =
bblanchon/ArduinoJson@^6.17.3
fastled/FastLED@^3.4.0
agdl/Base64@^1.0.0
links2004/WebSockets@^2.3.6
rweather/Crypto@^0.2.0
Hash

View File

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