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 a6a8cab commit 7b45c03Copy full SHA for 7b45c03
examples/SARA-R5_Example17_AssistNow_MQTT/CONFIG.h
@@ -27,6 +27,7 @@
27
// MQTT / PointPerfect settings
28
// -----------------------------------------------------------------------
29
30
+const char AWS_IOT_ENDPOINT[] = "pp.services.u-blox.com";
31
const unsigned short MQTT_BROKER_PORT = 8883; //!< MQTTS port
32
const int MQTT_MAX_MSG_SIZE = 9*1024; //!< the max size of a MQTT pointperfect topic
33
0 commit comments