Skip to content

Commit 889d6c5

Browse files
author
Eric
committed
Fix for ESP32 3.0.0
1 parent 5bc3de5 commit 889d6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ESP32_WiFiClientSecure/ESP32_WiFiClientSecure.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* Project ChatGPT Client For ESP32
33
* Description: For HTTPS connection using WiFiClientSecure
44
* Author: Eric Nam
5-
* Date: 05-19-2024
5+
* Date: 05-28-2024
66
*/
77

8+
#include <WiFi.h>
89
#include <WiFiClientSecure.h>
910
#include <ArduinoJson.h>
1011
#include <ChatGPT.hpp>

0 commit comments

Comments
 (0)