Skip to content

Commit 40449a2

Browse files
author
Mattia Bertorello
committed
Remove dev endpoint
1 parent 3b6eeff commit 40449a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/MultiValue_example/MultiValue_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void setup() {
2626
initProperties();
2727

2828
// Connect to Arduino IoT Cloud
29-
ArduinoCloud.begin(ArduinoIoTPreferredConnection, "mqtts-sa.iot.oniudra.cc");
29+
ArduinoCloud.begin(ArduinoIoTPreferredConnection);
3030

3131
/*
3232
The following function allows you to obtain more information

0 commit comments

Comments
 (0)