Skip to content

Commit 306839e

Browse files
authored
Merge pull request #2177 from pjhatesgithub/patch-1
Fix for consistent server connection failures
2 parents c287bab + f751ed1 commit 306839e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MagTag_Arduino_Demos/quotes/quotes.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ void setup() {
8888
intneo.show();
8989

9090
Serial.println("\nStarting connection to server...");
91+
client.setInsecure();
9192
if (!client.connect(server, 443)) {
9293
Serial.println("Connection failed!");
9394
deepSleep();

0 commit comments

Comments
 (0)