File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
examples/ZED-F9P/Example20_PMP_with_L-Band_Keys_via_MQTT Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,8 @@ const char password[] = "<YOUR PASSWORD>";
11
11
const char AWS_IOT_ENDPOINT [] = "pp.services.u-blox.com" ;
12
12
const unsigned short AWS_IOT_PORT = 8883 ;
13
13
// <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
16
14
//const char MQTT_TOPIC_KEY[] = "/pp/ubx/0236/ip"; // This topic provides the IP only dynamic keys in UBX format
17
15
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}
20
16
21
17
// <Your PointPerfect Thing> -> Credentials -> Client Id
22
18
static const char MQTT_CLIENT_ID [] = "<ADD YOUR CLIENT ID HERE>" ;
You can’t perform that action at this time.
0 commit comments