Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 00461f5

Browse files
authored
Fix example compile error
1 parent 816c606 commit 00461f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/WebServer/WebServer.ino

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

3838
#include <WebServer_ESP32_ENC.h>
3939

40-
WebServer server(80);
40+
WiFiServer server(80);
4141

4242
// Enter a MAC address and IP address for your controller below.
4343
#define NUMBER_OF_MAC 20

0 commit comments

Comments
 (0)