Skip to content

Commit

Permalink
Fix for ESP32 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed May 29, 2024
1 parent 5bc3de5 commit 889d6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ESP32_WiFiClientSecure/ESP32_WiFiClientSecure.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
* Project ChatGPT Client For ESP32
* Description: For HTTPS connection using WiFiClientSecure
* Author: Eric Nam
* Date: 05-19-2024
* Date: 05-28-2024
*/

#include <WiFi.h>
#include <WiFiClientSecure.h>
#include <ArduinoJson.h>
#include <ChatGPT.hpp>
Expand Down

0 comments on commit 889d6c5

Please sign in to comment.