Skip to content

Commit ed0d6fa

Browse files
committed
style
1 parent fa00511 commit ed0d6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/ESP8266HTTPClient/examples/BasicHttpsClient/BasicHttpsClient.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void loop() {
4141

4242
std::unique_ptr<BearSSL::WiFiClientSecure> client(new BearSSL::WiFiClientSecure);
4343

44-
#if 1 // 1=secure, 0=insecure
44+
#if 1 // 1=secure, 0=insecure
4545

4646
client->setFingerprint(fingerprint_sni_cloudflaressl_com);
4747

@@ -60,7 +60,7 @@ void loop() {
6060
#endif
6161

6262
HTTPClient https;
63-
https.setTimeout(4000); // or: client->setTimeout(4000);
63+
https.setTimeout(4000); // or: client->setTimeout(4000);
6464
client->setNegociationTimeout(10000);
6565

6666
Serial.print("[HTTPS] begin...\n");

0 commit comments

Comments
 (0)