Fix: Try sending AT<CR>

Sometimes <CR> doesn't work
This commit is contained in:
Denis Kenzior 2009-11-23 19:55:16 -06:00
parent fbae76a16f
commit 4c64f30438
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ static int phonesim_enable(struct ofono_modem *modem)
phonesim_disconnected, modem);
if (data->calypso) {
g_at_chat_set_wakeup_command(data->chat, "\r", 1000, 5000);
g_at_chat_set_wakeup_command(data->chat, "AT\r", 1000, 5000);
g_at_chat_send(data->chat, "ATE0", NULL, NULL, NULL, NULL);