Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 7cb12c7

Browse files
committed
Fixed includes for linux
1 parent 9813ad7 commit 7cb12c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HyperionRGB/WrapperJsonServer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include "BaseHeader.h"
55
#include <ArduinoJson.h>
6-
#include <WifiServer.h>
7-
#include <WifiClient.h>
6+
#include <WiFiServer.h>
7+
#include <WiFiClient.h>
88

99
#define TCP_BUFFER 512
1010

0 commit comments

Comments
 (0)