diff options
author | Daniele Palmas <dnlplm@gmail.com> | 2022-12-28 15:25:54 +0100 |
---|---|---|
committer | Daniele Palmas <dnlplm@gmail.com> | 2023-01-30 16:00:45 +0100 |
commit | a9e841e9316740545686fb0d41cbc71708b4b506 (patch) | |
tree | 05d35cd15388c3e77775606e5cea2bbf6624c520 | |
parent | 6632136990965a16cb0739c72c9c4dd48ef87695 (diff) |
telit: increase initial delay for AT ports
FN990 requires more time for the AT ports to become responsive,
so increase the initial delay up to 40 seconds.
-rw-r--r-- | src/plugins/telit/mm-common-telit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/telit/mm-common-telit.c b/src/plugins/telit/mm-common-telit.c index 911c605b..66c82b9d 100644 --- a/src/plugins/telit/mm-common-telit.c +++ b/src/plugins/telit/mm-common-telit.c @@ -30,9 +30,9 @@ #define TELIT_GE910_FAMILY_PID 0x0022 /* The following number of retries of the port responsiveness - * check allows having up to 30 seconds of wait, that should + * check allows having up to 40 seconds of wait, that should * be fine for most of the modems */ -#define TELIT_PORT_CHECK_RETRIES 6 +#define TELIT_PORT_CHECK_RETRIES 8 gboolean telit_grab_port (MMPlugin *self, |