diff options
-rw-r--r-- | plugins/phonesim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c index 9463265b..39a55a97 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -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); |