From c8fdff395adf8c0f0dbdc47ac31703e41141ed77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= Date: Thu, 26 Sep 2019 21:27:23 +0200 Subject: [PATCH] quectel: remove leftover reset of wakeup command --- plugins/quectel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/quectel.c b/plugins/quectel.c index 1d21d6dd..a0e435b5 100644 --- a/plugins/quectel.c +++ b/plugins/quectel.c @@ -968,7 +968,6 @@ static void ate_cb(int ok, GAtResult *result, void *user_data) DBG("%p", modem); - g_at_chat_set_wakeup_command(data->uart, NULL, 0, 0); g_at_chat_send(data->uart, "AT+CMUX=0,0,5,127,10,3,30,10,2", NULL, cmux_cb, modem, NULL); }