We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f09a19 commit 15eb033Copy full SHA for 15eb033
libraries/SSLClient/examples/TLSCheckWiFi/TLSCheckWiFi.ino
@@ -6,8 +6,8 @@
6
*
7
**************************************************************/
8
9
-#include "CWifi.h"
10
-#include "CWifiClient.h"
+#include "WiFiC3.h"
+#include "WiFiClient.h"
11
#include "SSLClient.h"
12
//To make http request esay: https://github.com/arduino-libraries/ArduinoHttpClient
13
#include <ArduinoHttpClient.h>
0 commit comments