fix include order

This commit is contained in:
Franzi 2021-12-09 11:30:42 +01:00
parent 4642fade32
commit 929165a1fe
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 1 deletions

View File

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