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 5bc3de5 commit 889d6c5Copy full SHA for 889d6c5
examples/ESP32_WiFiClientSecure/ESP32_WiFiClientSecure.ino
@@ -2,9 +2,10 @@
2
* Project ChatGPT Client For ESP32
3
* Description: For HTTPS connection using WiFiClientSecure
4
* Author: Eric Nam
5
- * Date: 05-19-2024
+ * Date: 05-28-2024
6
*/
7
8
+#include <WiFi.h>
9
#include <WiFiClientSecure.h>
10
#include <ArduinoJson.h>
11
#include <ChatGPT.hpp>
0 commit comments