Skip to content

Commit 825fbfe

Browse files
authored
Add includes to Client Server and Udp
1 parent e9a12fd commit 825fbfe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libraries/WiFi/src/WiFiC3.h

+4-3
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ class CWifi {
252252

253253
extern CWifi WiFi;
254254

255+
#include "WiFiClient.h"
256+
#include "WiFiServer.h"
257+
#include "WiFiUdp.h"
255258

256-
257-
258-
#endif
259+
#endif

0 commit comments

Comments
 (0)