Skip to content

Commit 211ac43

Browse files
committed
remoteIP fix
1 parent 2a8ea48 commit 211ac43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WebSocketsServer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ class WebSocketsServer: private WebSockets {
6868
void disconnect(void);
6969
void disconnect(uint8_t num);
7070

71-
#if (WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266)
7271
IPAddress remoteIP(uint8_t num);
73-
#endif
7472

7573
protected:
7674
uint16_t _port;

0 commit comments

Comments
 (0)