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 9052ec4 commit f1b0b9eCopy full SHA for f1b0b9e
examples/ZED-F9P/Example18_PointPerfectClient/secrets.h
@@ -16,7 +16,7 @@ const char MQTT_TOPIC_KEY[] = "/pp/key/ip";
16
const char MQTT_TOPIC_SPARTN[] = "/pp/ip/us"; // choice of {eu, us}
17
18
// <Your PointPerfect Thing> -> Credentials -> Client Id
19
-static const char MQTT_CLIENT_ID = "<ADD YOUR CLIENT ID HERE>";
+static const char MQTT_CLIENT_ID[] = "<ADD YOUR CLIENT ID HERE>";
20
21
// <Your PointPerfect Thing> -> Credentials -> Amazon Root Certificate
22
static const char AWS_CERT_CA[] PROGMEM = R"EOF(
0 commit comments