Reduce fake CFUN delay to 1 second to make testing simpler

This commit is contained in:
Marcel Holtmann 2010-04-11 18:18:01 +02:00
parent 4e16e48b24
commit 3187e46799
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ static void cfun_cb(GAtServerRequestType type, GAtResult *cmd, gpointer user)
}
modem_mode = mode;
g_timeout_add_seconds(3, send_ok, server);
g_timeout_add_seconds(1, send_ok, server);
break;
}
default: