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 c6beb0c commit 2d59440Copy full SHA for 2d59440
Firmware/RTK_Everywhere/MQTT_Client.ino
@@ -237,19 +237,6 @@ bool mqttClientEnabled(const char ** line)
237
break;
238
}
239
240
- // For the mosaic-X5, pointPerfectIsEnabled() will be true if
241
- // we are using the PPL and getting keys via ZTP. BUT the Facet mosaic-X5
242
- // uses the L-Band (only) plan. It should not and can not subscribe to PP IP
243
- // MQTT corrections. So, if present.gnss_mosaicX5 is true, set enableMqttClient
244
- // to false.
245
- // TODO : review this. This feels like a bit of a hack...
246
- if (present.gnss_mosaicX5)
247
- {
248
- if (line)
249
- *line = ", Mosaic not present!";
250
- break;
251
- }
252
-
253
// Verify still enabled
254
enabled = mqttClientStartRequested;
255
if (line && !enabled)
0 commit comments