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 33b627a commit a946d22Copy full SHA for a946d22
content/arduino-cloud/03.cloud-interface/04.triggers/triggers.md
@@ -83,7 +83,7 @@ void setup() {
83
initProperties();
84
85
// Connect to Arduino Cloud
86
- ArduinoCloud.begin(ArduinoIoTPreferredConnection, false, "mqtts-sa.iot.oniudra.cc");
+ ArduinoCloud.begin(ArduinoIoTPreferredConnection);
87
88
/*
89
The following function allows you to obtain more information
0 commit comments