fix include order
This commit is contained in:
parent
4642fade32
commit
929165a1fe
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
// END CONFIGURATION
|
// END CONFIGURATION
|
||||||
|
|
||||||
|
#include <Hash.h>
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <WebSocketsClient.h>
|
#include <WebSocketsClient.h>
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
@ -25,7 +26,6 @@ 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue