Skip to content

Commit a525a27

Browse files
committed
Update secrets.h
1 parent de247b5 commit a525a27

File tree

1 file changed

+0
-4
lines changed
  • examples/ZED-F9P/Example20_PMP_with_L-Band_Keys_via_MQTT

1 file changed

+0
-4
lines changed

examples/ZED-F9P/Example20_PMP_with_L-Band_Keys_via_MQTT/secrets.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ const char password[] = "<YOUR PASSWORD>";
1111
const char AWS_IOT_ENDPOINT[] = "pp.services.u-blox.com";
1212
const unsigned short AWS_IOT_PORT = 8883;
1313
// <Your PointPerfect Thing> -> Credentials -> IP key distribution topic
14-
//const char MQTT_TOPIC_KEY[] = "/pp/key/ip"; // This topic provides the IP only dynamic keys in JSON format
15-
//const char MQTT_TOPIC_KEY[] = "/pp/key/Lb"; // This topic provides the L-Band + IP dynamic keys in JSON format
1614
//const char MQTT_TOPIC_KEY[] = "/pp/ubx/0236/ip"; // This topic provides the IP only dynamic keys in UBX format
1715
const char MQTT_TOPIC_KEY[] = "/pp/ubx/0236/Lb"; // This topic provides the L-Band + IP dynamic keys in UBX format
18-
// <Your PointPerfect Thing> -> Credentials -> IP correction topic for EU/US region
19-
const char MQTT_TOPIC_SPARTN[] = "/pp/ip/eu"; // choice of {eu, us}
2016

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

0 commit comments

Comments
 (0)