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 6d10bfc commit 68a7fe5Copy full SHA for 68a7fe5
src/ArduinoIoTCloud.h
@@ -20,7 +20,7 @@ class ArduinoIoTCloudClass {
20
ArduinoIoTCloudClass();
21
~ArduinoIoTCloudClass();
22
23
- int begin(Client& net, String brokerAddress = "mqtts-sa.iot.oniudra.cc");
+ int begin(Client& net, String brokerAddress = "mqtts-sa.iot.arduino.cc");
24
25
// Class constant declaration
26
static const int MQTT_BUFFER_SIZE = 256;
0 commit comments