We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c287bab + f751ed1 commit 306839eCopy full SHA for 306839e
MagTag_Arduino_Demos/quotes/quotes.ino
@@ -88,6 +88,7 @@ void setup() {
88
intneo.show();
89
90
Serial.println("\nStarting connection to server...");
91
+ client.setInsecure();
92
if (!client.connect(server, 443)) {
93
Serial.println("Connection failed!");
94
deepSleep();
0 commit comments