try to get OBS_PASS working
This commit is contained in:
parent
1775b16fde
commit
4642fade32
2 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,4 @@ lib_deps =
|
|||
fastled/FastLED@^3.4.0
|
||||
agdl/Base64@^1.0.0
|
||||
links2004/WebSockets@^2.3.6
|
||||
rweather/Crypto@^0.2.0
|
||||
|
|
|
@ -25,6 +25,7 @@ CRGB leds[LED_COUNT];
|
|||
WebSocketsClient webSocket;
|
||||
|
||||
#ifdef OBS_PASS
|
||||
#include <Hash.h>
|
||||
#include <SHA256.h>
|
||||
#define HASH_SIZE 32
|
||||
|
||||
|
|
Loading…
Reference in a new issue