Skip to content

Commit f1b0b9e

Browse files
authored
Update secrets.h
1 parent 9052ec4 commit f1b0b9e

File tree

1 file changed

+1
-1
lines changed
  • examples/ZED-F9P/Example18_PointPerfectClient

1 file changed

+1
-1
lines changed

examples/ZED-F9P/Example18_PointPerfectClient/secrets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const char MQTT_TOPIC_KEY[] = "/pp/key/ip";
1616
const char MQTT_TOPIC_SPARTN[] = "/pp/ip/us"; // choice of {eu, us}
1717

1818
// <Your PointPerfect Thing> -> Credentials -> Client Id
19-
static const char MQTT_CLIENT_ID = "<ADD YOUR CLIENT ID HERE>";
19+
static const char MQTT_CLIENT_ID[] = "<ADD YOUR CLIENT ID HERE>";
2020

2121
// <Your PointPerfect Thing> -> Credentials -> Amazon Root Certificate
2222
static const char AWS_CERT_CA[] PROGMEM = R"EOF(

0 commit comments

Comments
 (0)