try to get OBS_PASS working

This commit is contained in:
Franzi 2021-12-09 08:49:13 +01:00
parent 1775b16fde
commit 4642fade32
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,4 @@ lib_deps =
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

View File

@ -25,6 +25,7 @@ CRGB leds[LED_COUNT];
WebSocketsClient webSocket; WebSocketsClient webSocket;
#ifdef OBS_PASS #ifdef OBS_PASS
#include <Hash.h>
#include <SHA256.h> #include <SHA256.h>
#define HASH_SIZE 32 #define HASH_SIZE 32