aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/quectel/mm-shared-quectel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/quectel/mm-shared-quectel.c b/plugins/quectel/mm-shared-quectel.c
index 1b8fe6f5..c485f6f5 100644
--- a/plugins/quectel/mm-shared-quectel.c
+++ b/plugins/quectel/mm-shared-quectel.c
@@ -293,9 +293,9 @@ parent_load_capabilities_ready (MMIfaceModemLocation *self,
/* Probe QGPS support */
g_assert (priv->qgps_supported == FEATURE_SUPPORT_UNKNOWN);
mm_base_modem_at_command (MM_BASE_MODEM (self),
- "+QGPS?",
+ "+QGPS=?",
3,
- FALSE, /* not cached */
+ TRUE, /* cached */
(GAsyncReadyCallback)probe_qgps_ready,
task);
}