Skip to content

Commit df72500

Browse files
committed
still moving stuff around
1 parent b70a6ec commit df72500

20 files changed

+2
-2
lines changed

include/ToroEspSocketClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <WiFi.h>
99
#include <WiFiClientSecure.h>
10-
#include <WebSocketsClient.h>
10+
#include "WebSocketBase/WebSocketsClient.h"
1111

1212
typedef std::function<void(String msg)> TES_CEvent;
1313

include/ToroEspSocketServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <WiFi.h>
99
#include <esp_wifi.h>
10-
#include <WebSocketsServer.h>
10+
#include "WebSocketBase/WebSocketsServer.h"
1111

1212
typedef std::function<void(int index, String msg)> TES_SEvent;
1313

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)