Skip to content

Commit d960ec1

Browse files
committed
ci fix
1 parent 8ac155a commit d960ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32_S2_WiFi_Tests/JSONdemo/JSONdemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ void setup() {
8181
#endif
8282

8383
printWifiStatus();
84-
client.setInsecure(); // don't use a root cert
8584
}
8685

8786
uint32_t bytes = 0;
8887

8988
void loop() {
9089
WiFiClientSecure client;
90+
client.setInsecure(); // don't use a root cert
9191

9292
Serial.println("\nStarting connection to server...");
9393
#if defined(USE_OLED)

0 commit comments

Comments
 (0)