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.
1 parent 62e4f44 commit f751ed1Copy full SHA for f751ed1
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