Skip to content

Commit 00a7468

Browse files
authored
Update ESP32_GoogleSheet.ino
1 parent 480089d commit 00a7468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ESP32_GoogleSheet.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ String getSpreadsheetJson(String range) {
9090
String getAll="",getHead = "", getBody = "";
9191

9292
client_tcp.setCACert(ca_cert);
93-
//client_tcp.setInsecure(); //version 1.0.6
93+
client_tcp.setInsecure(); //run version 1.0.5 or above
94+
9495
if (client_tcp.connect("spreadsheets.google.com", 443))
9596
{
9697
Serial.println("Connection successful");

0 commit comments

Comments
 (0)