Skip to content

Commit 2d59440

Browse files
committed
Remove IP limitation on mosaic
1 parent c6beb0c commit 2d59440

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Firmware/RTK_Everywhere/MQTT_Client.ino

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -237,19 +237,6 @@ bool mqttClientEnabled(const char ** line)
237237
break;
238238
}
239239

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-
253240
// Verify still enabled
254241
enabled = mqttClientStartRequested;
255242
if (line && !enabled)

0 commit comments

Comments
 (0)