Skip to content

Commit 68a7fe5

Browse files
Sid23Mattia Bertorello
authored andcommitted
updated prod address
1 parent 6d10bfc commit 68a7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoIoTCloud.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ArduinoIoTCloudClass {
2020
ArduinoIoTCloudClass();
2121
~ArduinoIoTCloudClass();
2222

23-
int begin(Client& net, String brokerAddress = "mqtts-sa.iot.oniudra.cc");
23+
int begin(Client& net, String brokerAddress = "mqtts-sa.iot.arduino.cc");
2424

2525
// Class constant declaration
2626
static const int MQTT_BUFFER_SIZE = 256;

0 commit comments

Comments
 (0)