File tree 2 files changed +3
-0
lines changed
examples/ZED-F9P/Example18_PointPerfectClient
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ void beginClient()
294
294
mqttClient.onMessage (mqttMessageHandler);
295
295
mqttClient.subscribe (MQTT_TOPIC_KEY);
296
296
mqttClient.subscribe (MQTT_TOPIC_SPARTN);
297
+ mqttClient.subscribe (MQTT_TOPIC_ASSISTNOW);
297
298
lastReceived_ms = millis ();
298
299
} // End attempt to connect
299
300
} // End connected == false
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ const char MQTT_TOPIC_KEY[] = "/pp/ubx/0236/ip"; // This topic provides t
16
16
// <Your PointPerfect Thing> -> Credentials -> IP correction topic for EU/US region
17
17
const char MQTT_TOPIC_SPARTN [] = "/pp/ip/us" ; // This topic provides the SPARTN corrections for IP only: choice of {eu, us}
18
18
//const char MQTT_TOPIC_SPARTN[] = "/pp/Lb/us"; // This topic provides the SPARTN corrections for L-Band and L-Band + IP: choice of {eu, us}
19
+ // <Your PointPerfect Thing> -> Credentials -> AssistNow (MGA) topic
20
+ const char MQTT_TOPIC_ASSISTNOW [] = "/pp/ubx/mga" ;
19
21
20
22
// <Your PointPerfect Thing> -> Credentials -> Client Id
21
23
static const char MQTT_CLIENT_ID [] = "<ADD YOUR CLIENT ID HERE>" ;
You can’t perform that action at this time.
0 commit comments