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 3b6eeff commit 40449a2Copy full SHA for 40449a2
examples/MultiValue_example/MultiValue_example.ino
@@ -26,7 +26,7 @@ void setup() {
26
initProperties();
27
28
// Connect to Arduino IoT Cloud
29
- ArduinoCloud.begin(ArduinoIoTPreferredConnection, "mqtts-sa.iot.oniudra.cc");
+ ArduinoCloud.begin(ArduinoIoTPreferredConnection);
30
31
/*
32
The following function allows you to obtain more information
0 commit comments