fix authentication
This commit is contained in:
parent
89d6660140
commit
300ca56d3b
2 changed files with 3 additions and 1 deletions
|
@ -14,9 +14,10 @@ framework = arduino
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
upload_protocol = esptool
|
upload_protocol = esptool
|
||||||
|
lib_ldf_mode = chain+
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson@^6.17.3
|
bblanchon/ArduinoJson@^6.17.3
|
||||||
fastled/FastLED@^3.4.0
|
fastled/FastLED@^3.4.0
|
||||||
agdl/Base64@^1.0.0
|
agdl/Base64@^1.0.0
|
||||||
links2004/WebSockets@^2.3.6
|
links2004/WebSockets@^2.3.6
|
||||||
rweather/Crypto@^0.2.0
|
Hash
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
// END CONFIGURATION
|
// END CONFIGURATION
|
||||||
|
|
||||||
|
#include <Arduino.h>
|
||||||
#include <Hash.h>
|
#include <Hash.h>
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <WebSocketsClient.h>
|
#include <WebSocketsClient.h>
|
||||||
|
|
Loading…
Reference in a new issue