quectel: remove leftover reset of wakeup command

This commit is contained in:
Martin Hundebøll 2019-09-26 21:27:23 +02:00 committed by Denis Kenzior
parent f8090396b8
commit c8fdff395a
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}