diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-23 18:33:23 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-05-30 17:18:38 +0200 |
commit | b874fba0e68414b61625e4bbd2ea6584f4ebaf51 (patch) | |
tree | cd92c0833e3d4d568fb999d57e1823fc34803db7 /plugins/ublox/mm-plugin-ublox.c | |
parent | fcd4a8c5dc6be8e72cfa7378829fef5c27c892a7 (diff) |
ublox: use send-delay=0 by default
Looks like the u-blox SARA-U260 requires this, see:
https://lists.freedesktop.org/archives/modemmanager-devel/2017-May/004670.html
Diffstat (limited to 'plugins/ublox/mm-plugin-ublox.c')
-rw-r--r-- | plugins/ublox/mm-plugin-ublox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ublox/mm-plugin-ublox.c b/plugins/ublox/mm-plugin-ublox.c index a1592d51..d4a29236 100644 --- a/plugins/ublox/mm-plugin-ublox.c +++ b/plugins/ublox/mm-plugin-ublox.c @@ -75,6 +75,7 @@ mm_plugin_create (void) MM_PLUGIN_ALLOWED_VENDOR_STRINGS, vendor_strings, MM_PLUGIN_ALLOWED_AT, TRUE, MM_PLUGIN_CUSTOM_AT_PROBE, custom_at_probe, + MM_PLUGIN_SEND_DELAY, 0, NULL)); } |