diff --git a/plugins/ublox.c b/plugins/ublox.c index d99f5c45..10660ff0 100644 --- a/plugins/ublox.c +++ b/plugins/ublox.c @@ -282,7 +282,9 @@ static int ublox_enable(struct ofono_modem *modem) /* The modem can take a while to wake up if just powered on. */ g_at_chat_set_wakeup_command(data->aux, "AT\r", 1000, 11000); - g_at_chat_send(data->aux, "ATE0 +CMEE=1", none_prefix, + g_at_chat_send(data->aux, "ATE0", none_prefix, + NULL, NULL, NULL); + g_at_chat_send(data->aux, "AT+CMEE=1", none_prefix, NULL, NULL, NULL); if (g_at_chat_send(data->aux, "AT+CGMM", NULL,